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


}

#nav li.active a 
{
 
	color: #828282;
 
	background: #f7f7f7;
		
	text-decoration: none;
}

#nav a:hover 
{
 
	color: #732f2a !important;
 
	background: url(../../../../../images/pictures/layoutpictures/greensboro/markergreensboro.jpg) !important;
		
	text-decoration: none !important;
}

