
/* NAVIGATION MENU TABS - TOP */

#nav {margin-left:280px;position:relative; z-index:2; border-top: 0;margin-top:0px;font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;} /* margin-left to keep away from left margin only if the foat doesnt apply*/

#nav ul {margin:0;padding:0; list-style:none;}

#nav ul li {
	margin:0; 
	padding:0;

	float:left; 
	
	height:40px;
	display:inline; 

	z-index: 899;
	background:none;/* url('../img/nav.png') no-repeat; */ /*background none removes the image applied to the global LI Object style*/
		
}
 
 
#nav ul li a {
	height:21px; /*height of the hoverable overlay color */
	
	padding-left:15px; /* spacing between text/tabs */
	padding-right:15px;/* spacing between text/tabs */
	padding-top:12px; /*brings the text down a bit */
	font-size: 0.8em;
	
	color: #fff;
	
	font-weight: bold;
	display: block; 


	/*padding: 16px 22px;*/ 
	/* align text verticly in new tab height */

	text-align: center;
	text-decoration:none;

	background:#444;
	
	border:none;
	
	border-left:1px solid #555; 

	
	
}
#nav ul li a:hover {
	text-decoration: none;
	background:#FF9933;
 
	/*margin-left:1px;
	height:10px;*/
	height:21px; /*height of the hoverable overlay color */
	
 
}

#nav ul li.first {background: none !important; border-left:none;} 
#nav a.active {
	text-decoration: none;
	background:#FF9933;

	height:21px;

	
}

#nav ul li a:hover.active { 
margin-top:-6px;
height:27px;
background-color:#FF9933;
text-decoration: none;

	
	background:#FF9933 url('../img/misc/newnav.png') no-repeat;
	background-position: top right;
	border-left:none;


}
#nav ul li a.active { 

margin-top:-6px;
height:27px;
background-color:#FF9933;

	
	background:#FF9933 url('../img/misc/newnav.png') no-repeat;
	background-position: top right;
	border-left:none;
	

}

 #nav ul li ul {position: absolute; z-index: 900; display:none;}
 #nav ul li:hover ul { display:block; }
 #nav ul li ul li { display: block; float: none; height:28px; }
 #nav ul li ul li a{background: #888; padding-top:6px; height: 21px; border-left: none; border-bottom: 1px solid white;}

