#nav {
	width: 100%;
	height:31px;
	 background: url(images/mainLinksBg.gif) repeat-x;
	 
}
#nav ul {
	width: 100%;
	list-style: none;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0 0 0 3px;
	border: none;
	border-width: 0;
	float: left;
	
}
#nav a {
	display : block;
	text-decoration : none;
}
#nav ul li a, #nav ul li ul li a {
	color: #fff;
	padding: 0px;
	margin:0px;
}
#nav ul li a:hover {
	color: #fff300;
}
#nav ul li ul li a {
	color: #333333;
}
#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 {
	float: left;
	padding: 0;
	padding: 4px 6px;/*6*/
	line-height:20px;
	background-image:url("images/mainLinkSeperator.gif") ;
	background-position: right;
	background-repeat: no-repeat;
}
#nav li img {
	margin:0px 0px 0px 4px;
	padding:0px;
	vertical-align: middle;
}
#nav li ul {
	position : absolute;
	left : -999em;
	background-color: #d6d4d4;
	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;
	width:auto;
}
#nav li li {
	border-right: none;
}
#nav li ul li {
	float: none;
	clear:both;
	border-top: 1px solid #FFFFFF;
	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: #fff300;
	
}
#nav ul li:hover ul.nj {
	color: #fff300;
	background-image:  none;
	display:block;
	background-color: #d6d4d4;
}
#nav a:hover {
	color: #0D8C00;
	background-image:  none;
}
.current_page_item {
	background-image:  none;
}
#nav ul li.current_page_item a {
	color: #fff300;
}
#nav ul li.current_page_item ul li {
	color: #000000;
}
#nav ul li.current_page_item ul li a {
	color: #000000;
}
#nav ul li.current_page_item ul li a:hover {
	color: #fff300;
	background-image:  none;
}
