ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index:0;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#nav li .sub {
	position: absolute; /*--Important--*/
	top: 32px; left: 0px;
	background: #3C638F; /*--Background gradient--*/
	padding: 10px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	display: none; /*--Hidden for those with js turned off--*/
	z-index:100 !important;
}

ul#nav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#nav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 170px;
	float: left;
	color: #fff;
}
ul#nav .sub ul li {
	background: none;
	width: 100%; /*--Override parent list item--*/

}
#transparent {
	filter:alpha(opacity=98);
	-moz-opacity:0.98;
	-khtml-opacity: 0.98;
	opacity: 0.98 !important;
}

ul#nav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;

}
ul#nav .sub ul li h2 a  { /*--Sub nav heading link style--*/
	padding: 5px 0;
	font-size:.9em;
	background: none;
	background-color: #3C638F;
	color:#99CC00;
	text-decoration:underline;
	font-family: arial, helvetica, sans-serif;
}
/* change the sub navigatoin bar to be ->*/
ul#nav .sub ul li h2 a:hover { /*--Sub nav heading link style--*/
	background: none;
	padding: 5px 0;
	
}
ul#nav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	/*background: url(../images/navlist_arrow.png) no-repeat 5px 12px;*/
	margin:0;
	padding:0;
	padding: 1px 5px 1px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
 	font-weight:normal;
	
}
ul#nav .sub ul li a:hover {
	background:none;
	font-weight:normal;
	background-position: 5px 12px;
	text-decoration:underline;
}