@charset "UTF-8";
/* CSS Document */

<style type="text/css">
.menu ul { display: block; padding: 0px; margin: 0px; list-style: none; text-align: left; } 
body#index a#indexnav,
body#whatwedo a#whatwedonav,
body#ourteam a#ourteamnav,
body#heretohelp a#heretohelpnav,
body#latestnews a#latestnewsnav,
body#contact a#contactnav {
	color: #FFF;
	font-weight: bold;
	background-image: url(images/MENUBGGREY.jpg);
}
.menu ul {
	display: block;
	margin: 0px;
	list-style: none;
	text-align: right;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} .menu ul li {
	display: inline;
	margin: 0px;
	list-style: none;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
} .menu a {
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/NAVBARDOWN.jpg);
	background-repeat: repeat;
} .menu a:hover {
	background-color: white;
	color: #FFF;
	background-image: url(images/MENUBG.jpg);
} 


</style>
	
