
#nav {
font-family: trebuchet ms;
width: 710px;
height:50px;
text-align: center;
margin: -35px auto;
color: #fff;
}

ul {
	padding: 5px;
	margin: 0px 0;
	list-style: none;
	float: left;
	clear: left;
}

ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 5px;
}

#nav ul li a {
	text-decoration: none;
	float:left;
	color: #fff;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

#nav ul li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 6px 5px 10px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

/*BROWN*/

ul.brown li a.current, ul.brown li a:hover  {
	color: #000;
	background: url(../images/graphics/brown.png) no-repeat top right;
}

ul.brown li a.current span, ul.brown li a:hover span {
	background: url(../images/graphics/brown.png) no-repeat top left;
}

/*FOOTER	*/

ul.footer li a.current, ul.footer li a:hover  {
	color: #705120;
}

