
 
/*-----------------------------------------------------THIS IS FOR DROP DOWN MENU-------------*/
ul.topnav {
	list-style: none;
	padding: 0px;	
	margin: 0px 0 0 0;
	float: left;
	width: 100%;
	background: #222;
	background: url(../../Navs/Nav06/images/nav_bg.gif) repeat-x;
	height:42px;
	z-index: 10000;
	position:relative;	
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 6px 0 6px;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 14px 5px;
	color: #ffffff;
	font-size:15px;
	display: block;
	font-weight: normal;
	font-family: verdana, Helvetica, sans-serif;
	float: left;
}
ul.topnav li a:hover, ul.topnav li:hover{
	background: url(../../Navs/Nav06/images/nav_bg_selected.gif) repeat-x center top;
	color: #ffffff;
	font-size:15px;	
	height:42px;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px; top: 39px;
	background: #ad6d0d;
	/*border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;*/
	background-image:none;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;

    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;

	z-index: 10000;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	background-image:none;
	clear: both;
	width: 170px;
	height:32px;


}
html ul.topnav li ul.subnav li a {
	margin: 0; padding: 0;
	float: left;
	width: 155px;
	background: #ad6d0d;
	padding-left: 15px;
	padding-top:8px;
	color: #ffffff;
	font-size:12px;
	height:21px;
}


html ul.topnav li ul.subnav li a:hover 
{
	margin: 0; padding: 0;
	float: left;
	width: 155px;
	padding-left: 15px;
	padding-top:8px;
	font-size:12px;
	background: #ad360d; 
	color: #ffffff;
	height:24px;
	
 	
}

.Last, .Last a:hover 
{ 

	/*round the corners of the menu*/
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
}
/*-----------------------------------------------------THIS IS FOR DROP DOWN MENU-------------*/