.MenuMainTable {
	cursor: hand;
	width: 200px;
	margin: 0px 20px 20px 20px;

}
.MenuSubTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DAB369;
	border-left-color: #DAB369;
	position: absolute;
	cursor: hand;
	z-index: 99;
	visibility: hidden;
}
.MenuMain {
	font-size: 12px;
	color: #333333;
	cursor: hand;
	padding:3px 0px 3px 19px;
	background-image: url(images/MenuBullet.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #333333;
	background-color: #FFFFFF;
}
.MenuMainOver {
	font-size: 12px;
	color: #333333;
	cursor: hand;
	padding:3px 0px 3px 19px;
	background-image: url(images/MenuBullet.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #333333;
	background-color: #DAB369;
}
.MenuSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	cursor: hand;
	background-color: #FFFFFF;
	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: #DAB369;
	border-bottom-color: #DAB369;
	padding: 3px 5px 3px 5px;
	width:150px;
}
.MenuSubOver {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	cursor: hand;
	background-color: #DAB369;
	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: #DAB369;
	border-bottom-color: #DAB369;
	padding: 3px 5px 3px 5px;
	width:150px;
}
