#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: #ffffff;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: block;
	font-size: 14px; 
	font-family: 'Open Sans',Verdana,Helvetica,sans-serif;
 


}

#nav li.active a 
{
 
	color: #5a5a5a;
 
	background: #c3c3c3;
		
	text-decoration: none;
}

#nav a:hover 
{
 
	color: #5a5a5a !important;
 
	background: url(../../../../../images/pictures/layoutpictures/greensboro/markergreensboro.jpg) !important;
		
	text-decoration: none !important;
}

