#nav{
/*	margin:0 10px 0 30px;*/
	line-height:34px;
	height:36px;
	position:relative;
	background-color:#777e23;
	background-repeat: repeat-x;
	background-position: left bottom;
}


.menuHeader {
	color: #FFF1FF;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 5px;
	padding-right: 5px;
	display: inline;
	position: relative;
} 

.bgActive {
	background-color: #686f1f; }

a.menuLink {
	display: block;
	padding: 2px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eff0c7;
}

a.menuLink:link {
	color: #eff0c7;
	text-decoration: none;
}

a.menuLink:visited {
	color: #eff0c7;
	text-decoration: none;
}


a.menuLink:hover {
	color: #d7cf0d;
	background-color: #686F1F;
	text-decoration: none;
}

a.menuLink:active {
	color: #663333;
	background-color: #c5c68d;
	text-decoration: none;
}

.menuDrop {
	color: #eff0c7;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	background-color: #7B8224;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9500;
	top: 260px;
	left: 0;
	width: 200px;
	height: auto;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #003365;
} 
