ul.nav {
	display: block;
	/*border: 1px solid #E6E6E6;*/
	text-transform: uppercase;
	height: 22px;
	/*background: #F3F3F3 url(../images/drp_ico.jpg) no-repeat 5px 3px;*/
	padding:0;
	margin:0;
	padding-left:460px;
	padding-bottom:5px;
	
	background:url(../images/img_w_12.jpg) bottom right no-repeat;
	font-family:Geneva, sans-serif;
	font-size:10px;
	font-weight:lighter;
}

ul.nav li {
	display: block;
	float: left;
	height: 12px;
	padding: 2px 10px 5px 10px;
	color: #666;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

ul.nav li a {
	color: #666;
	font-weight:bold;
	text-decoration:none;
	
	
}

ul.nav li a:hover {
	color: #990000; 
	text-decoration: none;
	font-weight:bold;
		
	
}

/* Subnav */
ul.nav li.btn a {
	background: url(../images/subnav_btn.gif) no-repeat right 4px; /* add arrows next links when subnav exists */ 
	padding-right: 20px;
	
	
}

ul.nav li.btn a:hover, ul.nav li.hover {
	background-position: right -35px;
	
}



ul.nav li ul.dropdown {
	display: none;
	list-style: none;
	position: absolute;
	float: left;
	left: 0; 
	top: 22px;
	width: auto;
	background: #F3F3F3;
	margin: 0; 
	padding: 0;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	
	
}




ul.nav li ul.dropdown li {
	margin: 0; 
	padding: 0;
	border-top: 1px solid #E6E6E6;
	clear: both;
	height: 14px;
	width: 170px;
	padding: 5px 10px;
	
	
}





ul.nav li ul.dropdown li a {
	text-transform: none;
	background: transparent;
}



	

html ul.nav li ul.dropdown li a {
	float: left;
	}

