.MenuMainTable {
	cursor: pointer;
	width:180px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.MenuMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #254989;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #e1e7f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acc3e5;
	padding-left: 5px;
}
.MenuMainOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #254989;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #ebeff8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acc3e5;
	padding-left: 5px;
}
.MenuSubTable {
	background-color:#e4e4ed;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #bdbddc;
	border-left-color: #bdbddc;
	position: absolute;
	cursor: hand;
	z-index: 99;
	visibility: hidden;
	width:200px;
		}
.MenuSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #254989;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #e1e7f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acc3e5;
	border-right:solid 1px #acc3e5;
	padding-left: 5px;
}
.MenuSubOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #254989;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #ebeff8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acc3e5;
	border-right:solid 1px #acc3e5;
	padding-left: 5px;
}
