#nav ul {
	list-style:none;
	margin: 0;
	padding: 0;
	display: block;
}

#nav>ul>li {
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
	cursor: pointer;
}


#nav a {
	color: #637f17;
	padding: 30px 10px 30px 10px;
	text-decoration: none;
	display: block;
	font-size: 20px; 
	font-family: Calibri,Candara,'Segoe','Segoe UI',Optima,Arial,sans-serif;
	font-weight: bold;
 
	text-transform: uppercase;


}

#nav li.active a 
{
 
	color: #fd9a02;
 
	background: url(../../../../../images/gradient/?s=e5edbb&e=ffffff&h=160) repeat-x #ffffff;
		
	text-decoration: none;
}

#nav a:hover 
{
 
	color: #fd9a02 !important;
 
	background: #637f17 !important;
		
	text-decoration: none !important;
}

