#nav
{
	width: 100%;
	font-family: Times;
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height:13px;

}

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

#nav ul li a {
	color: #2f5a62;
	padding: 7px;
	margin:0px;
	height: 13px;
	background-color: #7da5ad;

}





#nav li {
	color: #ffffff;
	float: left;
	padding-right: 18px;
	background-image: url(images/navdiv.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;

}


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

}

#nav li ul {

	position : absolute;
	left : -999em;
	background-color: #fff;
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 0px 0px 0px 0px;
	z-index: 9;
}

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

	width:auto;
}

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

#nav li ul li
{
	float: none;
	clear:both;
	border-bottom: 1px solid #3e6870;
	width:auto;
	display:block;
	height: 31px;
}

.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:  url(images/navdiv.png);
	background-position: right;
	background-repeat: no-repeat;
}

#nav ul li:hover ul.nj{
	color: #2f5a62;
	background-image:  none;
	display:block;

}

#nav a:hover {
	color: #fff;
	background-image:  none;
}


#nav ul li.current_page_item a {
	color: #ebe6d2;
}

#nav ul li.current_page_item  ul li{
	color: #ebe6d2;
}


#nav ul li.current_page_item  ul li a{
	color: #ebe6d2;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #ebe6d2;
}

#nav ul li ul li a:link, #nav ul li ul li a:visited {
color: #2f5a62 !important;
font-size: 12px !important;
padding-top: 8px !important;
background-color: #7da5ad;
height: 15px;
}
#nav ul li ul li {
background-image: none;
padding-top: 0px !important;
width: 200px;
background-color: #7da5ad;
height: 31px;
}


#nav ul li ul li a:hover {
color: #FFF !important;
background-image: url(images/listbg.jpg);
background-position: left;
background-repeat:repeat-y;
width: 200px;
height: 16px;
padding-top: 0px;
}
