#nav
{
	width: 90%;
	
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height:12px;

}

#nav a {
	display : block;
	text-decoration : none;

}

#nav ul li a {
	color: #fff;
	padding: 4px 15px 5px 15px;
	margin:0px;
    background-color: #ab0d00;
	padding: 4px 15px 5px 15px;
	border-bottom: 1px solid #ab0d00;
	border-top: 1px solid #ab0d00;
	border-left: 1px solid #ab0d00; 
	border-right: 1px solid #ab0d00; 



}




#nav li {
	color: #ffff00;
	float: left;
	padding: 5px;
	padding: 0px 0px 10px 0px;
	margin:8px 0px 10px 5px;


}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#nav ul li:hover {
	color: #000;
	background-image:  none;
}



#nav a:hover {
	color: #fff; 
	background-color: #00186f;
	border-left: 1px solid #00186f; 
	border-right: 1px solid #00186f;
	border-top: 1px solid #00186f;
	border-bottom: 1px solid #ab0d00;    
}

.current_page_item
{
	background-image:  none;
	
}


#nav ul li.current_page_item a {
	color: #fff;
	padding: 4px 15px 5px 15px;
	margin:0px;
	background-color: #00186f;
	border-bottom: 1px solid #ab0d00;
	border-top: 1px solid #00186f;
	border-left: 1px solid #00186f; 
	border-right: 1px solid #00186f;   
}

#nav ul li.current_page_item  ul li{
	border-right: 1px solid #CCCCCC;
	color: #ffff00;
}


#nav ul li.current_page_item  ul li a{
	color: #ffff00;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #ffff00;
	background-image: none;
	background-color: #ffff00;
}
