/* ALL CONTROLS FOR SUBNAV ITEMS
----------------------------------------------- */

#subnav {
	width: auto;
	margin: 0 auto;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #000;
	border-top: none;
	background: #8c7355;
}

#subnav ul {
	margin: 0;
	padding: 0
}

#subnav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background-image: none;
}

#subnav li a {
	margin: 0;
	padding: 0 10px;
	width: auto;
	height: 24px;
	line-height: 24px;
	display: block;
	_display: inline-block;
	font-weight: normal;
	color: #d3c6b6;
	text-decoration: none;
	position: relative;
	z-index: 999;
}

#subnav li a:hover {
	color: #fff;
	background: #bdab93;
}

#subnav li a:hover span {

}

#subnav li.selected a, #subnav li.selected a:hover {
	color: #fff;
}

#subnav li.selected a span {
}