#sidenav {
	display: none;
}

#topnav {
	background: url(/images/topnav-bg.gif) top left no-repeat;
	position:relative;
	height: 22px;
	width: 770px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 22px;
	z-index: 10;
	padding-left: 1px;
}
html>/**/body #topnav {
	padding-top: 1px;
}


#topnav a {
	color: #ffffff;
	outline: none;
	border: 0px;
}

a.nav
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.nav span.nav1 { background: url(/images/button-left.gif) no-repeat scroll 0% 0%; padding: 5px 0 7px 5px; text-decoration: none; margin-left: -2px;}
a.nav span.nav2 { background: url(/images/button-bg.gif) repeat-x scroll 100% 0%; padding: 5px 1px 7px 5px; text-decoration: none; }
a.nav span.nav3 { background: url(/images/button-right.gif) no-repeat scroll 0% 0%; padding: 5px 3px 7px 3px; text-decoration: none;}

a.nav:hover span.nav1 { background: url(/images/button-active-left.gif) no-repeat scroll 0% 0%;}
a.nav:hover span.nav2 { background: url(/images/button-active-bg.gif) repeat-x scroll 100% 0%; }
a.nav:hover span.nav3 { background: url(/images/button-active-right.gif) no-repeat scroll 0% 0%; }

a.nav:active span.nav1 { background: url(/images/button-active-left.gif) no-repeat scroll 0% 0%; }
a.nav:active span.nav2 { background: url(/images/button-active-bg.gif) repeat-x scroll 100% 0%; }
a.nav:active span.nav3 { background: url(/images/button-active-right.gif) no-repeat scroll 0% 0%;}


#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	background: none;
}

#topnav ul li {
	position: relative;
	float: left; 
	display:block;	
	padding:0px 1px 0px 1px;
	width:auto;
}

#topnav li ul li a {
	outline: none;
	color: #ffffff;
	text-decoration: none;
}
#topnav li ul li a:hover {
	color: #CCCCCC;
}
#topnav ul li ul {
	position: absolute;
	float: left; 
	top: 22px;
	left: -1px;
	white-space: nowrap;
	width: 160px;
	background: #2068c5 url(/images/dropdown-bg.gif) repeat-x top left;
	padding: 3px 0 6px 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
html>/**/body #topnav ul li ul {
	margin-top: -1px;
}

#topnav ul ul {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 500;
}

#topnav ul ul li {
	clear: both;
	line-height: 18px;
}



div#topnav ul li ul  {display: none;}

div#topnav ul li:hover ul  {display: block; z-index: 500;}
