#nav
{
	width: 100%;
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height: 20px;

}

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

#nav ul li a {
	color: #333;
	margin: 0;
}

#nav li {
	float: left;
	border-left: 1px solid #e7e7e7;
}

#nav li.top-level {
	padding: 50px 14px 4px 14px;
}

li.sub-level {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 30px;
	padding: 0 18px;
	border-bottom: 1px solid #e7e7e7;
}


#nav li ul {

	position : absolute;
	left : -999em;
	background-color: #eee;
	left : -111em;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-left:-15px;
	width:auto;
}

#nav li li {
	border-right: 1px solid #e7e7e7;
}

#nav li ul li
{
	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 {
	background-image:  none;
	background-color: #fff;
}

#nav ul li.top-level:hover {
	background-color: #eee;

}

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

li.top-level a:hover {
	background-image:  none;
	background-color: #eee;
}

li.sub-level a:hover {
	background-color: #fff;
}

.sub_current_page_item {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 30px;
	padding: 0 18px;
	border-bottom: 1px solid #e7e7e7;
}

.current_page_item {
	padding: 50px 14px 4px 14px;
	background-color: #eee;
}

#nav ul li.current_page_item:hover {
	background-color: #eee;
}

#nav ul li.sub_current_page_item:hover {
	background-color: #eee;
}

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

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


#nav ul li.current_page_item  ul li a:hover{
	background-image:  none;
	background-color: #fff;
}
