@charset "utf-8";
/* CSS Document */

#nav ul{
	margin: auto;
	padding: 0;
	list-style-type: none; 
	font-size: 10pt;
	font-weight: bold;
}
#nav ul li{
	display: inline;
	float: left;
}
#nav li a {
	color: #9f9f9f;
	text-decoration: none; 
	background: url(../images/nav/nav-item.gif) no-repeat center left;
	width: 85px;
	height: 30px;
	float: left;
	padding: 13px 6px 0 6px;
}
#nav li a:hover {
	text-decoration: underline; 
	background: url(../images/nav/nav-item-in.gif) no-repeat center left;
}
/* 
#nav li a.unhover{
	background: url(http://lara/miniadventuredrivingschool.co.uk/images/nav/nav-item-in.gif) no-repeat center left;
	}
.unhover{
	background: url(http://lara/miniadventuredrivingschool.co.uk/images/nav/nav-item-in.gif) no-repeat center left;center left;
	}
*/