
#nav, #nav ul { /* all lists */
	margin: 0;
padding:0px;
	list-style: none;
	line-height: 1;	
	width:1024px;
	text-align:center;
}

#nav a {
	display: block;
	width: auto;
	text-align:center;
color:#fff;
}

#nav li { /* all list items */
	float: left;
	background-color:#4AA441;
	border:1px #ffffff solid;
}



#nav li ul  { /* second-level lists */
	position: absolute;
	width: 200px;
		
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size:11px;
	padding:0px 5px 5px 0px;
}

#nav li ul a{
	background:#E8F4EA;
	padding:3px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
}
.main
{
	color: #ffffff;
	font-size:11px;
	height: 15px;
	padding:3px 2px 4px 2px;
	text-decoration:none;
	font-weight:bold;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */

left:auto;

}

#nav li a:hover{
	color:#FFFFFF;
	background:#4AA441;
	font-weight:normal;
	text-decoration:underline;
	font-weight:bold;
}

#nav li ul a:hover{
	color:#333333;
	background:#E8F4EA;
	font-weight:normal;
	text-decoration:underline;
}

#content {
	clear: left;
	color: #333333;
	
}

#home {
	width:49px;
}


#forum {
	width:50px;
}

#horses {
	width:106px;
}

#classifieds {
	width:125px;
}

#property {
	width:150px;
}

#directory {
	width:70px;
}

#dating {
	width:125px;
}

#law {
	width:80px;
}

#shop {
	width:46px;
}

#articles {
	width:55px;
}

#advertise {
	width:78px;
}

#contact {
	width:66px;
} 
