/* Menu CSS */

.dropmenu {
	position: absolute;
	left: -1500px;
	visibility: visible;
	z-index: 101;
	border-width: 0px;
	background-color: #3b4f29;
}
.dropmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dropmenu li {
	display: inline;
}
.dropmenu a,
.dropmenu a:visited,
.dropmenu a:active {
	display: block;
	width: 100px;
	border: 1px solid #d7b091;
	padding: 3px;
	font-family: Papyrus, Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #3b4f29;
}
.dropmenu a:hover {
	background-color: #458f6a;
}

.mainmenu {
	width=120px;
	border-width: 0px;
	background-color: #3b4f29;
	margin-top: 10px;
}
.mainmenu a,
.mainmenu a:visited,
.mainmenu a:active {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Papyrus, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #3b4f29;
}
.mainmenu a:hover {
	background-color: #458f6a;
}
