@charset "utf-8";
/* CSS Document */

ul#topnav {
/*	margin: 0; padding: 0;*/
/*	float:left;*/
	float:right;
/*	width: 100%;*/
	list-style: none;
/*	font-size: 1.1em;*/
	color:#004813;
/*	left:765px;*/
	position:absolute;
	z-index:10000;
}
ul#topnav li {
	color:#004813;
	float: left;
/*	margin: 0; padding: 0;*/
	position: relative;
}
ul#topnav li a {
	color:#004813;
	float: left; 
/*	text-indent: -9999px;*/
/*	height: 44px;*/
	height: 20px;
/*	width:135px;*/
}
ul#topnav li:hover a, ul#topnav li a:hover { 
  background-position: left bottom;
}
/*ul#topnav a.products {
	background: url(nav_products.png) no-repeat;
    height:27px;
	width: 117px; 
}*/


ul#topnav li .sub {
	position: absolute;	
	top: 22px; 
	left: -170px;
	height:157px;
/*	background: #344c00; // url(sub_bg.png) repeat-x;*/
	background:url(../img/newsflash_bg.jpg) repeat-x top;
	padding: 20px 20px 20px;
/*	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;
	border-left:#8BD400 1px solid;
	border-right:#8BD400 1px solid;
	border-bottom:#8BD400 1px solid;
	display: none;
	z-index:1000;
}
ul#topnav li .subres {
	position: absolute;	
	top: 22px; 
//	top: 24px; 
	left: -100px;
	height:157px;
/*	background: #344c00; // url(sub_bg.png) repeat-x;*/
	background:url(../img/newsflash_bg.jpg) repeat-x top;
	padding: 20px 20px 20px;
/*	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;
	border-left:#8BD400 1px solid;
	border-right:#8BD400 1px solid;
	border-bottom:#8BD400 1px solid;
	display: none;
	z-index:1000;
}
/*ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}*/
ul#topnav li .sub ul, ul#topnav li .subres ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li, ul#topnav .subres ul li {
/*	width: 100%;*/
	color: #008542;
}
ul#topnav .sub ul li h2, ul#topnav .subres ul li h2 {
	padding: 0;  margin: 0;
/*-	font-size: 1.3em;*/
	font-size: 12px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a, ul#topnav .subres ul li h2 a {
/*	padding: 5px 0;*/
	background-image: none;
	color: #008542;
	font-weight:bold;
}
ul#topnav .sub ul li a, ul#topnav .subres ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 0px 0px;
	display: block;
	text-decoration: none;
	color: #999999;
}
ul#topnav .sub ul li a:hover, ul#topnav .subres ul li a:hover {color: #8bd400; text-decoration:underline; background-position: 5px 12px ;}