﻿td.toolbar
{
    background: url('../../images/parent.jpg') repeat-x;
}

/*following is for the header nav*/
#navheader {  /* Navigation bar container */
	margin: 0px;
	padding: 0px;
	/*width: 726px;*/
	height: 19px;	
	background: url('../../images/parent.jpg') repeat-x;
	overflow: hidden;
	text-align: center;
}
#navheaderfooter
{
    margin: 0px;
	padding: 0px;
	height: 19px;	
	overflow: hidden;
	text-align: center;
}
/*#navheader { \width: 740px; }*/ /* IE/Win 5 and below */
/*#navheader { w\idth: 738px; }*/	/* the proper value */

/* nav items in an unordered list */
#navheaderfooter ul, #navheader ul {
	margin: 0;
	padding: 0;
}
#navheaderfooter li, #navheader li {
	margin: 0px;
	float:left;
	list-style-type: none;
	background: url('../../images/parent_seperator.jpg') no-repeat right top;
	padding-left:0px; 
	padding-right:1px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	height: 19px;
}

/* turn the links in to big button-like boxes */
#navheaderfooter a, #navheader a {
	display: block;
	float: left;	/* added to workaround an IE 5 Mac bug, IE/Win seems to need it too */
	font-weight: bold; 
	height: 19px;	
	color: #FFCB00;
	font-style: normal; 
	font-variant:normal; 
	line-height:10px; 
	font-size:10px; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	padding-left:9px; 
	padding-right:9px; 
	padding-top:5px; 
	padding-bottom:3px;
	text-decoration:none;
	/*background: url('../../images/parent_over.jpg') repeat-x 0 -25px;*/
}
html[xmlns] #navheader a, html[xmlns] #navheaderfooter a { float: none; } /* Opera (7.5) didn't like the float:left */
#navheaderfooter a:link, #navheader a:link {color: #FFCB00; font-weight: bold; text-decoration:none; background-position: 0 0;}
#navheaderfooter a:hover {color: #FFE888; font-weight: bold; text-decoration:none; background-position: 0 -25px;}
#navheader a:hover {color: #FFE888; font-weight: bold; text-decoration:none; background-position: 0 -25px;}
/*sub nav*/

.divsubnav
{
	width:189px;
	background-color: #FFF;
	position:absolute;
	visibility: hidden;
	z-index: 100;
	border: 2px solid #ffcc33;
	margin: 0;
	padding: 0;
}
#subnav
{
	border: 2px solid #336699;
	margin: 0;
	padding: 0;
	width:185px;
	text-align: left;
}
#subnav ul 
{
	margin: 0;
	padding: 0;
}
#subnav li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #A6A6A6;
	/*height: 19px;*/
	width:185px;
	float:left; /* to work around an IE/Win bug */
	/*background: #FFF bottom left repeat-x;*/
}
div#subnav>ul li { float:none; } /* set this back to what it should be */
/* turn the links in to big button-like boxes */
#subnav a {
	display: block;
	font-weight: bold;
	height: 10px;
	color: #5F5F5F;
	font-style:normal; 
	font-variant:normal; 
	line-height:10px; 
	font-size:10px; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	padding-left:7px; 
	padding-right:6px; 
	padding-top:4px; 
	padding-bottom:5px
}
#subnav a:link 
{
    color: #000000; 
    font-weight: bold; 
    text-decoration:none; 
    background-position: 0 0;
}
#subnav a:visited {color: #000000; font-weight: bold; text-decoration:none; background-position: 0 0;}
#subnav a:link:hover {color: #ffcc33; font-weight: bold; text-decoration:none; background-position: 0 -19px;}
#subnav a:visited:hover {color: #ffcc33; font-weight: bold; text-decoration:none; background-position: 0 -19px;}
#subnav a:active {color: #FF0000; font-weight: bold; text-decoration:none;}
#subnav h2 a {
	display: block;
	font-weight: normal;
	height: 10px;
	padding: 4px 0 5px 0;
	color: #000000;
	background:none;
	background-color: #E8E8E8;
	text-decoration:none;
}
#subnav h2 a:link {color: #000000; font-weight: normal; text-decoration:none;}
#subnav h2 a:visited {color: #000000; font-weight: normal; text-decoration:none;}
#subnav h2 a:link:hover {color: #ffcc33; font-weight: normal; text-decoration:none;}
#subnav h2 a:visited:hover {color: #ffcc33; font-weight: normal; text-decoration:none;}
#subnav h2 a:active {color: #FF0000; font-weight: normal; text-decoration:none;}
#subnav ul.subSub a {
	display: block;
	font:	10px/10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 10px;
	padding: 4px 6px 5px 12px;
	color: #5F5F5F;
	background:none;
	background-color: #dddddd;
}
#subnav ul.subSub a:link {color: #000000; font-weight: normal; text-decoration:none;}
#subnav ul.subSub a:link:hover {color: #ffcc33; font-weight: normal; text-decoration:none; background-color: #eeeeee;}
div#subnav>ul>li>ul.subSub li { float:none; } /* set this back to what it should be */

/********* content area nav ****/
ul#navlist
{
    margin-left: 15px;
	text-align: left;
}
#navlist li { 
	/*list-style-type: circle;*/
}
#navlist li a, #navlist li a:visited 
{
	text-decoration: none;
	text-align: left;
	color: #FFF; /*#FFCB00;*/
}

#navlist li a:hover
{
	text-decoration: underline;
	color: #FFCB00; /*#FFE888;*/
}
