.MenuMainTable {
	cursor: hand;
	width: 161px;
	margin-top: 2px;


}
.MenuSubTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #955841;
	border-left-color: #955841;
	width:200px;
	position: absolute;
	cursor: hand;
	z-index: 99;
	visibility: hidden;	
}
.MenuMain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #972428;
	cursor: hand;
	background-image: url(images/menubuttonstipple.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-transform: uppercase;
	padding: 3px 5px 8px;

}
.MenuMainOver {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#CEAF6E;
	cursor: hand;
	background-image: url(images/menubuttonstipple.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-transform: uppercase;
	padding: 3px 5px 8px;
}
.MenuSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #972428;
	text-transform: uppercase;
	cursor: hand;
	width: 180px;
	background-color: #e4cd93;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #955841;
	border-bottom-color: #955841;
	padding: 3px;
	padding-left: 5px;
}
.MenuSubOver {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: hand;
	background-color: #ceaf6e;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #955841;
	border-bottom-color: #955841;
	padding: 3px;
	padding-left: 5px;
}
