#nav
{
/*	width: 100%; */
	margin: 0;
}

#nav * {
	z-index: 10000;
	}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: bold;
	font-size: 0.9em;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height:12px;

}

#nav a {
	display: block;
	text-decoration : none;
}

#nav ul li a {
	color: #ffffff;
	padding: 4px 3px 4px 3px;
	margin: 0px 5px 0 0;
	background-color: #526a74;
	border-bottom: #67939b 3px solid;
}

/*
#nav ul li a.dropdownarrow
{
	padding-right:12px;
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: right;
}
*/



#nav li {
	color: #ffffff;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 0 solid #414e53;
	display: inline;
}

#nav li img{
margin:0px 0px 0px 4px;
padding:0px;
vertical-align: middle; 

}

#nav li ul {

	position : absolute;
	left : -999em;
	background-color: transparent;
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 0px 0px 0px 0px;
	z-index: 10000;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top: -2px;
	margin-left: 0px;
	width: auto;
}

#nav li li {
	border-right: none;
	display: inline;
}

#nav li ul li
{
	float: none;
	clear:both;
	width:auto;
	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: #ffffff;
	background-image:  none;
	border-color: #486065;
}

#nav ul li:hover ul.nj{
	background-image: none;
	display: block;
}

#nav ul.nj li {
	display: inline;
	}


#nav ul.nj a {
	border-bottom: 0;
	font-size: 1.1em;
	padding: 3px 10px;
	}


#nav a:hover {
	background-color: #5c7d86;
	border-color: #527077;
}

#nav ul li.current_page_item a {
	color: #ffffff;
	background-color: #5c7d86;
	border-color: #5c7d86;
}

#nav ul li.current_page_item ul li{
}


#nav ul li.current_page_item  ul li a{
	color: #ffffff;
}


#nav ul li.current_page_item  ul li a:hover{
	background-color: #526a74;
}

#nav ul li:hover ul.nj,
#nav ul li:hover ul.nj li {
	border: 0;
	}



