/*
// Code copyright Cornish WebServices - www.cornishwebservices.co.uk
// 
// This copyright statement to reamin intact according to 
// IP agreement between THL-Cornish January 2009 
//
// Author: Cornish WebServices - http://www.cornishwebservices.co.uk
// ------------------------------------------------------------------
//		version 
// ----------------------------------------------------------------
 */

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}
#nav li a {
	display: block;
	padding: 5px;
	background-color: #fff;
	color: #2b465c;
	text-decoration: none;
	width: 100%;
	font-weight:bold;
}
html>body #nav li a {
	width: auto;
}
#nav li a:hover {
	background-color: #2b465c;
	color: #fff;
}
#nav li #active {
	background-color: #2b465c;
	color: #fff;
}

