ul#topnav {
	margin: 0 ; padding:0 0 0 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	height:35px;
	width:940px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	/*text-indent: -9999px; --Push text off of page--*/
	height: 26px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:1px 1px #000;
	FILTER: DropShadow(color=#000000, offx=1, offy=1);
	font-size:16px;
	color:#FFF;
	border-bottom:1px solid #666;
	margin:0;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
}

/*--Hover State--*/
.stayhover {
	background-color: #E0F5CE!important;
	background-image:url(images/nav-green-over.jpg)!important;
	background-repeat:repeat-x!important;
	color:#15476E!important;
	border-bottom:1px solid #E0F5CE!important;
	text-shadow:none!important;
} 


ul#topnav li a:hover { 
	background-color: #E0F5CE!important;
	background-image:url(images/nav-green-over.jpg)!important;
	background-repeat:repeat-x!important;
	color:#15476E!important;
	border-bottom:1px solid #E0F5CE!important;
	text-shadow:none;
} /*--Hover State--*/


ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 33px; left: -6px;
	background: transparent url(images/shaddow.png)!important;/*--Background gradient--*/
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	font-family:Verdana, Arial, Helvetica, sans-serif!important;
	padding:0!important;
	text-shadow:none;
}



.link-container {
	background:#E0F5CE!important;
	border-left:1px solid #666!important;
	border-right:1px solid #666!important;
	border-top:0!important;
	border-bottom:1px solid #666!important;
	margin:0px 5px 5px 5px!important;
	padding:6px 6px 0px 6px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	text-shadow:none;

	
}

.white {
	background-color:#FFF!important;
	padding-top:15px;
	padding-bottom:10px!important;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	clear:both;
	z-index:1000000000;
	display:block;

}

ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-shadow:none;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0!important; padding: 0!important;
	width: 150px;
	float: left;
	border-left:1px solid #E0F5CE;
	background-color:#FFF!important;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0 0 5px 15px;
	font-size: 12px!important;
	font-weight: bold;
	color:#003366;
	
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	color:#32307B;
	text-align:left!important;
	text-shadow:none;

}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 4px 5px 4px 15px!important;
	background-image:none!important;
	display: block;
	text-decoration: none;
	color: #006699;
	border:0!important;
	text-align:left!important;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif!important;
	font-weight:normal!important;
	text-shadow:none;
	FILTER: DropShadow(color=#FFFFFF, offx=0, offy=0);

}
ul#topnav .sub ul li a:hover {
	color: #FF6600!important;
	font-size:14px;
}