/*
body {
	margin: 0; padding: 0;
	font: normal 9pt arial;
}

#header {

	width: 970px; height: 179px;
	float: left;
}

*/

ul#topnav {
	/*margin: 0; */

	margin-top: 50px;
    margin-left:11px;
	padding: 0;
    margin-right:0px;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;


}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

/*
ul#topnav .current,
ul#topnav .trail  { background-position: left bottom; }
*/

ul#topnav li a.current { background-position: left bottom; }

ul#topnav a.home {
	background: url(images/nav_home.png) no-repeat;
	width: 124px; 
}
ul#topnav a.aboutus {
	background: url(images/nav_about.png) no-repeat;
	width: 124px; 
}
ul#topnav a.services {
	background: url(images/nav_services.png) no-repeat;
	width: 124px; 
}
ul#topnav a.newspress {
	background: url(images/nav_newspress.png) no-repeat;
	width: 180px; 
}
ul#topnav a.contact {
	background: url(images/nav_contact.png) no-repeat;
	width: 124px; 
}
ul#topnav a.faq {
	background: url(images/nav_faq.png) no-repeat;
	width: 124px; 
}
ul#topnav a.login {
	background: url(images/nav_login.png) no-repeat;
	width: 124px; 
}




ul#topnav li .sub {
	position: absolute;	
	top: 44px; left: 0;
	background: #5e7177 url(images/sub_bg.png) repeat-x;
	padding: 20px 20px 20px;
	float: left;

	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;

	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	
	z-index:5;
	/*
	

    -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    */
    		
} 




ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	z-index: 999;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;

}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}



