/* * * * * * * START MENU * * * * * * */
div.menu
{
	border: 1px solid #E8E3E3;
	float: none;
	width: 950px;
	height: 20px;
	padding: 5px 0px;
	text-align: left;
	overflow: hidden;
	background: url(http://images.jobexec.co.uk/img/gradientmenu.png) repeat left center;
}

div.menu li
{
	display: inline;
	padding: 0px 19px;
}

div.menu a, div.menu a:hover, div.menu a:visited, div.menu a:active
{
	font-size: 105%;
	font-weight: bold;
	color: white;
}
/* * * * * * * END MENU * * * * * * */
