#nav
{
	width: 100%;
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-family:Tahoma,'Treubucht MS';
	font-size: 13px;
	padding:0;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height:12px;
	letter-spacing:0.0018em;

}

#nav a {
	display : block;
	text-decoration : none;
	padding:6px 6px;
}

#nav ul li a {
	color: #ffffff;
	padding: 6px 5px;
	margin:0px;

}



#nav ul li a.dropdownarrow
{
	background-repeat: no-repeat;
	background-position: right ;

}




#nav li {
	color: #ffffff;
	float: left;
	padding: 0;
	padding: 4px 10px 4px 16px;

}


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

}

#nav li ul {

	position : absolute;
	left : -999em;
	background:  url(../../themes/mss/images/ul-back.gif) top center repeat-x;
	background-color: #762c00;
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:4px;
	margin-left:-16px;
	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 {
	color: #333333;
	background-color: #d86d2d;
}

#nav ul li:hover ul.nj{
	color: #333333;
	background-color: #d86d2d;

	display:block;
	background-color: #d86d2d;

}

#nav a:hover {
	color: #333333;
	background-color: #d86d2d;
}

.current_page_item
{
	background:  url(../../themes/mss/images/current-nav.gif) top center no-repeat;
}

#nav ul li.current_page_item a {
	color: #fff;
	background:  url(../../images/current-nav.gif) top center no-repeat;
}

#nav ul li.current_page_item  ul li{
	color: #fff;
	background:  url(../../themes/mss/images/current-nav.gif) top center no-repeat;
}


#nav ul li.current_page_item  ul li a{
	color: #ffffff;
	background:  url(../../themes/mss/images/current-nav.gif) top center no-repeat;
}

#nav li ul li.current_page_item{
		background:  url(../../themes/mss/images/left-arrow.gif) center left no-repeat;
	}
	
#nav li ul li.current_page_item:hover{
		background:  url(../../themes/mss/images/left-arrow.gif) center left no-repeat;
		background:#d86d2d  url(../../themes/mss/images/left-arrow.gif) center left no-repeat;
	}


#nav ul li.current_page_item  ul li a:hover{
	color: #333333;
	background:#d86d2d  url(../../themes/mss/images/current-nav.gif) top center no-repeat;
}

