ul.topnav {
	background:#fff url(Images/nav1px.png) repeat-x;
	font-family: Arial,FreeSans,Garuda,Utkal,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 44px;
    list-style: none outside none;
    padding-left: 2px;
	width:100%;
}
/*--Declare X and Y axis base--*/
ul.topnav li {float: left;margin: 0;padding: 0 13px 0 0;position: relative;z-index:102;}
ul.topnav li a.top_link{height: 44px;font-size: 1.1em;}
ul.topnav li a{
	font-size: 1em;
	color: #262626;
	display: block;
	text-decoration: none;
	float: left;
	height: 30px;
	padding-right: 0px; 
	padding-left: 2px;
	line-height: 42px;
}
ul.topnav li a:hover{background: url("Images/nav-hover1.png") no-repeat scroll 0 0 transparent; color: #1689D2;}
/*--Drop down trigger styles--*/
ul.topnav li span {width: 17px;height: 43px;float: left;background: url(Images/subnav_btn.gif) no-repeat center top;}
/*--Hover effect for trigger--*/
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #f0f0f0;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: auto;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:102;
}
ul.topnav li ul.subnav li{margin: 0; padding: 0;clear: both;width: auto;}
ul.topnav li ul.subnav li a {float: left;width: auto;background: #f0f0f0;padding-left: 10px;}