/* top nav  styling*/
#navcontainer {
	border-top:1px solid #a2a611;
border-bottom:1px solid #a2a611;
	position: relative;
	width: 835px;
	height: 28px;
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	text-align:left;
	font-size:9pt; font-family:verdana, sans-serif; font-weight:bold; text-transform:none;
	}

ul#navlist	{
height:28px;
margin:0 0 1px 0;
padding:0px 0 0px  0px;
background:none;

}


#navlist a { padding: 8px 28px 8px 25px; border:0px solid green; }

#navlist a:link, #navlist a:visited	{
color: #a2a611;
text-decoration: none;
}

#navlist a:hover{
color: #a2a611;
background: #ebebcb;
text-decoration: none;
}
#navlist ul li.active a, #navlist li.active a:visited{
color: #fff;
background: #a2a611;
text-decoration: none;
}

#navlist  li.active li a:visited{
color: #a2a611;
background: #f3f3e0;

}
#navlist  li.active li a:hover{
background: #ebebcb;

}




/* end top nav styling */

/* suckerfish */
#navlist, #navlist ul { /* all lists */
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	list-style: none;
	line-height: 1;
}

#navlist a {
	display: block;	/*width: 7em;*/
}

#navlist li { /* all list items */
	float: left;	/* width: 7em; width needed or else Opera goes nuts */
}

#navlist li ul { /* second-level lists */ 
	border-top:0px solid #83b263;
	border-left:0px solid #fff;
	border-right:0px solid #7b7d45;
	border-bottom:0px solid #7b7d45;
	position: absolute;
	padding:0 3px 3px 0;
	background:	url(/images/bg_dropdown.gif);
	width: 160px;
	 font-weight:normal;
	 /*line-height:11pt;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/*#navlist  ul li a	{
	background:#f3f3e0 url(/images/arrow_1.gif) top left no-repeat;
}*/

#navlist ul li a:hover{
color: #a2a611;
/*background: url(/images/arrow_1.gif) top left no-repeat;*/
background-color:#ebebcb;
text-decoration: none;
}

#navlist  ul li	{width:100%; border:0px dashed lime; 
/*background:#f3f3e0 url(/images/arrow_1.gif) top left no-repeat;*/
background-color:#f3f3e0;
}



#navlist li ul ul { /* third-and-above-level lists */
	margin: -1.8em 0 0 150px;
}

#navlist li:hover ul ul, #navlist li:hover ul ul ul, #navlist li.sfhover ul ul, #navlist li.sfhover ul ul ul {
	left: -999em;
}

#navlist li:hover ul, #navlist li li:hover ul, #navlist li li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul, #navlist li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}




