#subnav h4 {
	display: none;
}

#subnav ul {
	list-style: none;
	position: absolute;
	top: 233px;
	left: 355px;
	z-index: 2;
}

#subnav li {
	display: block;
	width: 309px;
	padding: 0;
	margin: 0;
}

#subnav a, #subnav a:visited {
	display: block;
	color: #77553a;
	padding: 0px 0px 1px 12px;
	margin: 0;
	height: 100%;
	background: url("submenubutton.gif") no-repeat 0px -42px;
	text-decoration: none;
}

#subnav a:hover, #subnav a.current, #maincopyarea #subnav a.current {
	text-decoration: none;
	color: #fff;
	background: #d2c7be url("submenubutton.gif") no-repeat 0px 1px;
}

