#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 26px;
	overflow: hidden;
	width: 702px;
	background: url(/images/nav-bg.gif) top left no-repeat;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	display: inline;
}

#nav a {
	font-family: 		Arial, sans-serif;
	font-size: 			11px;
	text-transform: uppercase;
	text-decoration: none;
	color:	#fff;
	float: left;
	text-align: center;
	padding: 7px 0 0 0;
	overflow: hidden;
	margin: 0px;
	letter-spacing: 1px;
	border-bottom: 0px;
}

#nav-button1 a  {
	height:	16px;
	margin: 0 1px 0 0;
	width: 116px;
}

#nav-button2 a  {
	height:	16px;
	margin: 0 1px 0 0;
	width: 116px;
}

#nav-button3 a  {
	height:	16px;
	margin: 0 1px 0 0;
	width: 116px;
}

#nav-button4 a  {
	height:	16px;
	margin: 0 1px 0 0;
	width: 116px;
}

#nav-button5 a  {
	height:	16px;
	margin: 0 1px 0 0;
	width: 116px;
}

#nav-button6 a  {
	height:	16px;
	margin: 0 1px 0 0;
	width: 116px;
}

#nav-button1 a:hover, #nav-button1 a.active {
	color:		#000;
	background: #CDCB98;
}

#nav-button2 a:hover, #nav-button2 a.active {
	color:		#000;
	background: #95994F;
}

#nav-button3 a:hover, #nav-button3 a.active {
	color:		#000;
	background: #945749;
}

#nav-button4 a:hover, #nav-button4 a.active {
	color:		#000;
	background: #71832A;
}

#nav-button5 a:hover, #nav-button5 a.active {
	color:		#000;
	background: #C78F3C;
}

#nav-button6 a:hover, #nav-button6 a.active {
	color:		#000;
	background: #AA9872;
}