ul#menu_nav {
	margin: 0; padding: 0;
	margin-top:35px;
	margin:0 auto;
	width: 980px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size:12px;
}
ul#menu_nav li {
	float: left;
	margin: 0; padding: 0; /*--Divider for each parent level links--*/
}
ul#menu_nav li a {
	padding:11px;
	display: block;
	text-decoration: none;
	color:#fff;
}
ul#menu_nav li:hover {
	/*background:url(/images_new/menu_hover.gif) repeat-x;*/
	background-color:#005DA1;
	display:block;
		/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul#menu_nav li a:hover{
	color:#fff;
	}
ul#menu_nav li a:active{
	color:#fff;
	}
	
ul#menu_nav li span {
	padding:0px;
	position: absolute;
	top:36px;
	display: none; /*--Hide by default--*/
	width:200px;
	background-color:#005DA1;
	color:#fff;
	font-weight:bold;

	/*--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;
}
ul#menu_nav li:hover span { 
	display: block;
	color:#fff;
	 }
	 
/*--Show subnav on hover--*/
ul#menu_nav li span {
	color:#fff;
	}
ul#menu_nav li span a{ 
	width:188px;
	float:left;
	display:block;
	color:#fff;
	font-size:12px;
	padding:6px;
	}
 /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#menu_nav li span a:hover {
	display:block;
	width:188px;
	background-color:#B0CB3E;
	color:#fff;
	}


	
#content_box{
	background:url(/images_new/menu_bg.gif) repeat-y scroll 0 0 transparent;
	width:980px;
	margin:0 auto;
	height:100%;
	}
	
#left_nav{
	background:url(/images_new/menu_bg.gif) repeat-y scroll 0 0 transparent;
	width:210px;
	float:left;
	height:100%;
	}
#left_nav ul{
	width:210px;
	float:left;
	list-style:none;
	}	
#left_nav ul li{
	width:210px;
	height:44px;
	list-style:none;
	background:#fff url(/images_new/menu.gif) no-repeat top;
	display:block;
	text-align:left;
	clear:both;
	font-size:12px;
	}
	
#left_nav a{
	font-size:13px;
	color:#666;
	font-weight:800;
	display:block;
	width:200px;
	height:18px;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:12px;
	}

#left_nav a:hover {
	background:#fff url(/images_new/hover.gif) no-repeat top;
	color:#014277;
	}
	
#left_nav a.active{
	background:#fff url(/images_new/hover.gif) no-repeat top;
	color:#014277;
	}	
#left_nav ul li ul{
	width:187px;
	float:left;
	list-style:none;
	}	
#left_nav ul li ul li{
	width:187px;
	height:32px;
	list-style:none;
	background:#fff url(/images_new/submenu.gif) no-repeat top;
	display:block;
	text-align:right;
	clear:both;
	float:left;
	}
	
#left_nav ul li ul a{
	font-size:12px;
	font-weight:500;
	color:#666;
	display:block;
	width:160px;
	height:32px;
	float:left;
	padding-top:5px;
	}
	
#left_nav ul li ul a:hover{
	background:none;
	font-weight:bold;
	}

#left_nav ul li ul a.active{
	background:none;
	display:block;
	font-weight:bold;
	}

#content_box .right_nav {
	width:770px;
	float:left;
	min-height:600px;
	}
