#navigation {
	background-color: #594727;
	height: 35px;
	width: 758px;
	position: absolute;
	left: 8px;
	top: 160px;
	}

#navigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 175px;
	background-color: #594727;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	display: block;
	float: left;
	height: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #beA06D;
	padding-top: 10px;
	font-weight: normal;
	background-color: #594727;
}

#navigation ul li a:link {
	color: #bea06d;
	text-decoration: none;
	font-weight: normal;
	background-color: #594727;
	
}
#navigation ul li a:visited {
	color: #bea06d;
	text-decoration: none;
	background-color: #594727;
}
#navigation ul li a:hover {
	font-style: italic;
	color: #dd6900;
	background-color: #594727;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dd6900;
	text-decoration: none;
	font-weight: normal;
}



#navigation ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #594727;
}
#navigation ul li.current a:link {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	font-style: italic;
	color: #dd6900;
	text-decoration: none;
	background-color: #CDA778;
}
.navigationCurrent {
	font-style: italic;
	color: DD6900;
	background-color: #594727;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dd6900;
	font-weight: normal;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dd6900;
	border-left-color: #dd6900;
}

#bottomNav {
	height: 15px;
	width: 100%;
	position: absolute;
	left: 2px;
	top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: F1CD90;
	text-align: center;
}
#bottomNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
}
#bottomNav a:visited {
	color: #FFCC00;
}
#bottomNav a:hover {
	color: #F1CD90;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD6900;
}
.bottomNavOpen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F1CD90;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD6900;
}

