.MenuMainTable {
	cursor: hand;
	width: 183px;
	margin: 0px 14px 0px 14px;

}
.MenuSubTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #707070;
	border-left-color: #707070;
	position: absolute;
	cursor: hand;
	z-index: 99;
	visibility: hidden;
}
.MenuMain {
	font-size: 10px;
	color: #DBDBDB;
	cursor: hand;
	padding:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #707070;
	background-color: #4C4C4C;
	font-weight: bold;
	text-transform: uppercase;
}
.MenuMainOver {
	font-size: 10px;
	color: #DBDBDB;
	cursor: hand;
	padding:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #707070;
	background-color: #707070;
	font-weight: bold;
	text-transform: uppercase;
}
.MenuSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DBDBDB;
	cursor: hand;
	width: 180px;
	background-color: #4C4C4C;
	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: #707070;
	border-bottom-color: #707070;
	padding: 3px 5px 4px 5px;
}
.MenuSubOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DBDBDB;
	cursor: hand;
	width: 180px;
	background-color: #707070;
	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: #707070;
	border-bottom-color: #707070;
	padding: 3px 5px 4px 5px;
}
