/* Main Menu */
a.button, a.buttonDis {
	background-color: #dbbc2e;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #1a1a1a;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #8E7B29;
	border-right-color: #8E7B29;
	border-bottom-color: #8E7B29;
	border-left-color: #8E7B29;
	line-height: 23px;
	text-align: center;
	display: block;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
a.button:link, a.button:visited {
	color: #1a1a1a;
}
a.button:hover, a.button:active {
	color: #1a1a1a;
	text-align: center;
	display: block;
	background-color: #ecdc92;
	height: 25px;
	border: 1px solid #8E7B29;
	text-decoration: none;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -72px;
color: #1a1a1a;
cursor: default;
}

