body {
	padding: 0px;
	margin: 10px;
}

ul {
	padding: 3px;
	margin: 3px 0;
	list-style: none;
	background-color: #e3d6d6;
	border-bottom: 1px solid #C2C295;
	border-top: 1px solid #C2C295;
	border-left: 1px solid #C2C295;
	border-right: 1px solid #C2C295;
	float: left;
	clear: left;
}

ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 7px;
}

ul li a {
	text-decoration: none;
	float:left;
	color: #868686;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

ul li a span {
	margin: 0 5px 0 -5px;
	padding: 1px 8px 1px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:centre;
}


/*NAV*/
ul.nav li a:hover {
 	color: #444;
	background: url(images/nav.png) no-repeat top right;
}

ul.nav li a:hover span {
	background: url(images/nav.png) no-repeat top left;
}

ul.nav li a.current {
	background: url(images/nav.png) no-repeat top right;
 	color: #444;
}

ul.nav li a.current span {
	background: url(images/nav.png) no-repeat top left;
}

