#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: #e3e3e5;
	padding: 10px;
	text-decoration: none;
	display: block;
	font-size: 16px; 
	font-family: 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
 

	border-right: 1px solid #e3e3e5;

}

#nav li.active a 
{
 
	color: #525d87;
 
	background: #e3e3e5;
		
	text-decoration: none;
}

#nav a:hover 
{
 
	color: #5a5a5a !important;
 
	background: #c9c9cc !important;
		
	text-decoration: none !important;
}

