#nav {
	width: 740px;
}

#nav ul { 
	margin: 0;
	padding: 0;
	width: 740px;
	font-weight: bold;
	font-size: 1em;
	float: left;
	line-height: 26px;

}

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

#nav ul li a {
	color: #FFF;
	padding: 0 20px 0 20px;
	margin:0;

}

#nav ul li a.dropdownarrow {
	/* Empty */
}

#nav li {
	float: left;
	padding: 0;

}

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

}

#nav li ul {
	margin: 0 0 20px 0;
	padding: 15px 0 15px 0;
	background: #003060; /* #FF9700 Orange / Blue #084078 */
	position : absolute;
	text-align: left;
	font-weight : normal;
	left: auto;
	width:auto;
	height: auto;
	display:none;
}

#nav li ul li {
	line-height: 2em;
	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: #FFF;
	background: #003060;
}

#nav ul li ul li:hover {
	color: #FFF;
	text-decoration: underline;
}

#nav ul li:hover ul.nj {
	color: #FFF;
	background: #000;
	display:block;
}

#nav a:hover {
	color: #FFF;
	background: #003060;
}

.current_page_item {
	background: #FFF;
	color: #000;
}

#nav ul li.current_page_item a {
	color: #000 !important;
	background: #FFF !important;
}

#nav ul li.current_page_item  ul {
	background: #FFF !important;
	border-right: 1px solid #003060;
	border-bottom: 1px solid #003060;
}

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


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


#nav ul li.current_page_item  ul li a:hover {
	color: #FFF;
	background: #003060;
}