#nav
{
	width:950px;
	height:35px;
	margin-top:10px;
	float:left;
	font-size:11px;
	color: #ffffff;
}

#nav ul { 
  margin: 0;
	padding: 0.9em 0 0 0;
	list-style: none;       

}
#nav ul li a {
  display: block;
	background-image: url("images/tab_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.4em 0.8em 2em 0.6em;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;

}

#nav ul li a:hover {
display: block;
	background-image: url("images/tab_active_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.4em 0.8em 2em 0.6em;        
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

/*
#nav ul li a.dropdownarrow
{
	padding-right:14px;
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: right ;

}
*/



#nav li {
	float: left;
	background-image: url("images/tab_left.gif");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 3px 0 4px;

}


#nav li img{
margin:0px 0px 0px 4px;
padding:0px;
vertical-align: middle; 

}    

#nav li ul {

	position : absolute;
	
	background-color: #1d77b3;
	/* left : -111em; */
	height : auto;
	
	border-width : 0.25em;
	/* margin : 2px 0px 0px 0px; */
}

#nav li ul
{
	display:none;
	left: auto;
	width:auto;
}

#nav li li {
	border-right: none;
}

#nav li ul li
{
	float: none;
	clear:both;
	
	width:auto;
	display:block;
	/* list-style-type: circle; */
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}  
/* End hide from IE-mac */


#nav ul li:hover {
	float: left;
	background-image: url("images/tab_active_left.gif");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 3px 0 4px;
}


#nav ul li:hover ul.nj{
	color: #333333;
	background-image:  none;
	background-color: #A5E58F;
	border-right: 1px solid #CCCCCC;
	display:block;
	background-color: #828282;

}
#nav  li.current{
	background-image: url("images/tab_left_selected.gif");
	color: #0861ad;
}
#nav  li.current a{
	background-image: url("images/tab_right_selected.gif");
	color: #0861ad;
}            

#nav .dropdown_menu { margin:-15px 0 0 0; padding: 0px 0 0 5px;}
#nav .dropdown_menu li {margin:0px 0px 0 0; background-image: none;border-bottom: 1px solid #FFFFFF;width:130px;}
#nav .dropdown_menu li:hover {margin:0px 0px 0 0; background-image: none;border-bottom: 1px solid #FFFFFF;width:130px;background-color:#0d845c;}

#nav .dropdown_menu li a {

  background-image: none;
  padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	
	
}
#nav .dropdown_menu li a:hover { 
background-image: none;
	padding: 5px;        
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;   
} 
