.navhide {

	display: none;

}

/* --- NAV --- */

#nav {

	position: absolute;

	top: 109px;

	padding: 0;

	margin: 0;

}

#nav li {

	padding: 0;

	margin: 0;

	font-size: 85%;

	list-style: none;

	float: left;

	color: #ffffff;

	line-height: 28px;

	text-align: center;
}

#nav li a {

	display: block;

	float: left;

	padding: 0 15px 0 15px;

	margin: 0;

	height: 28px;

	line-height: 28px;

	text-align: center;

	text-decoration: none;

	font-weight: bold;

	color: #ffffff;

	border: none;

	border-right: solid white 1px;

}



/* --- SUBNAV --- */

#subnav {

	position: absolute;

	top: 137px;

	padding: 0;

	margin: 0;

}

#subnav li {

	padding: 0;

	margin: 1px 1px 0px 3px;

	font-size: 75%;

	list-style: none;

	float: left;

	color: #000000;

	line-height: 18px;

	text-align: center;

	background: #C0A264;

}

#subnav li a {

	display: block;

	float: left;

	padding: 0 15px 0 15px;

	margin: 0;

	height: 18px;

	line-height: 18px;

	text-align: center;

	text-decoration: none;

	font-weight: bold;

	color: #000000;


	border: solid black 1px;

	border-top: none;

}



/* --- SECONDARY NAV --- */

#secondnav {

	margin-top: 40px;

	text-align: center;

	font-size: 85%;

}

#secondnav a {

	color: #000000;

}

#secondnav a:hover {

	background-color: #e9e9e9;

}
