@charset "UTF-8";
/* CSS Document */

/* Navigation Style */

ul.topnav {
	list-style: none;
	padding: 0px 10px 0px 10px;	
	margin: 0;
	float: left;
	width: 940px;
	background: #aacc00;
	font-weight:bold;
	font-size: .9em;
	letter-spacing: .1em;
	background: url() repeat-x;
	border-top: 1px solid #879900;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 3px 25px 0px 25px;
	position:relative;/*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding-left: 20px;
	color: black;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url() no-repeat center bottom;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 20px;
	float: left;
	background: url(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: 19px;
	background: #aacc00;
	margin-top: 0px; 
	padding: 2px;
	display: none;
	float: left;
	width: 165px;
	font-size:1em;
	letter-spacing:normal;
	font-weight:normal;
	border: 1px solid #879900;
	z-index:200;
}
ul.topnav li ul.subnav li{
	margin: 0px; 
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #AAA; /*--Create bevel effect--*/
	clear: both;
	width: 165px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #aacc00 url(images/down.gif) no-repeat 10px center;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #242424 url(../images/right.png) no-repeat 5px center;
	color:#EEE;
}
#headernav img {
	margin: 0 20px 0 10px;
}

