#navContent
{		
	float: left;	
	
	background-image: url(images/layout/nav.jpg);
	background-repeat: no-repeat;
	
	width: 976px;
	height: 56px;
	
	margin: 0px;
	padding: 0px;
}
#navContent ul
{
	position: relative;
	
	list-style: none;
	
	margin: 0px 0px 0px 10px;
	padding: 0px;
	
	left: 0px;
}
#navContent ul li
{
	float: left;
	clear: none;	
	
	width: 125px;	
	
	padding: 4px 4px 2px 4px;		
	margin: 7px 4px 0px 0px;	
	
	border-style: solid;
	border-color: #e2e2e2;
	border-width: 0px 1px 0px 0px;	
}
#navContent ul li a
{		
	float: left;	
	width: 100%;
	
	text-align: center;
	
	color: #e2e2e2 !important;
	
	font-weight: normal;	
	font-size: 12px;
}
#navContent ul li:hover, #navContent ul li.sfhover
{	
	color: #6B8DC5;
	text-decoration: underline;
}