#header {
	padding-top: 0px;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	margin-top: 70px;
	float: right;
	color: #022d4b;
	background: #222;
	font-weight: bold;
	font-size: 1.2em;
	background: url(img/) repeat-x;
	border: 0px solid #cc0000;
	width: 692px;
	
	}

ul.topnav.main {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: right;
	background: #222;
	font-size: 1.2em;
	background: url(img/) repeat-x;
	
	
	}
ul.topnav li {
	float: left;
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0 0 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	z-index: 1;
		
}
ul.topnav li a{
	padding: 10px 5px;
	color: #022d4b;
	display: block;
	text-decoration: none;
	float: left;
	}
ul.topnav .current{
	color: #006488;
}
ul.topnav li a:hover{
	background: url(../img/topnav_hover) no-repeat center top;
	color: #006488;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background:transparent url(../img/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #cfcfcf;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #999999;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 0px solid #999999; /*--Create bevel effect--*/
	border-bottom: 1px dotted #999999; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #cfcfcf url(../img/dropdown_linkbg.gif) no-repeat 10px center;

	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../img/dropdown_linkbg_over.gif) no-repeat 10px center; 
	color: #fefefe;
}