#nav
{
	width:850px;
	display:block;
		height:39px;
		background:url(images/nav-bg.jpg) repeat-x;
		vertical-align: middle; 
		text-align:center;
		
		
		
}

#nav ul { 
text-align:center;
	width: 100%;
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin:0px 0px 0px 33px;
	border: none;
	border-width: 0;
	float: left;
	
	display:block;
		height:31px;
	

}

#nav a {
	color:#17568b;
			text-decoration:none;
			/*margin:0px 35px;*/
			font-weight:bold;
}

#nav a:hover {
	color:#293c4b;
}

#nav ul li a {
	color:#17568b;
	padding: 0px;
	margin:0px;

}



#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 {
	color: #ffffff;
	float: left;
	padding: 0;
	padding: 0px 16px 0px 16px;
	/*border-right: 1px solid #CCCCCC;*/

}


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

}

#nav li ul {

	position : absolute;
	left : -999em;
	/*background-color: #828282;*/
	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:-1px;
	margin-left:-16px;
	width:auto;
	background-color:#ffffff;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	text-align:left;
}

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

#nav li ul li
{
	float: none;
	clear:both;
	border-top: 1px solid #ccc;
	width:auto;
	display:block;
	margin:0px;
	padding:0px 12px;
	
}

.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-image:  none;
/*	background-color: #A5E58F;
	border-right: 1px solid #CCCCCC;*/
}

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

}


.current_page_item
{
	background-image:  none;
	/*background-color: #A5E58F;*/
}

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

#nav ul li.current_page_item  ul li{
	/*border-right: 1px solid #CCCCCC;*/
	color: #000000;
}


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


#nav ul li.current_page_item  ul li a:hover{
	color: #333333;
	background-image:  none;
	/*background-color: #A5E58F;*/
}
