/*to hold the Level 1 menu below branding*/
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	height: 35px;
	background-color: #003333;
	
}
/* class to give it some padding on the left*/
.leftmenupadding
{
	margin: 0px;
	background-color: #A0CE67;
}

#menu ul li{
	float: left;	
	line-height: 35px;

}

#menu ul a
{
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	font: bold 1em arial;
	background: url(http://www.mpestateagency.co.uk/images/V2_menudivider.gif) no-repeat left center;	
	color: #FFF;
}

#menu ul a:hover{
	text-decoration: none;
	color: #9ECD67;
	font-size: 1em;
}

#menu ul a#homeNav{
	color: #FFF;
	width:10px;
	background: none;
}

#menu ul a#homeNav:hover{
	color: #9ECD67;
	width:10px;
	background: none;
}

body#welcome a#homeNav{
	color: #9ECD67;
	width:10px;
	background: none;
}

body#welcome a#homeNav:hover{
	color: #9ECD67;
	width:10px;
	background: none;
}


body#aboutus a#aboutusNav{
	color: #9ECD67;
	width:10px;
}
body#service a#servicesNav{
	color: #9ECD67;
	width:10px;
}
body#legal a#legalNav{
	color: #9ECD67;
	width:10px;
}
body#contact a#contactNav{
	color: #9ECD67;
	width:10px;
}
