.MenuMainTable {
	cursor: hand;
	border-right:solid 1px white;

}
.MenuSubTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	position: absolute;
	cursor: hand;
	z-index: 99;
	visibility: hidden;
	
}
.MenuMain {
	font-size: 12px;
	color: #FFFFFF;
	cursor: hand;
	padding:5px 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BE050A;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	border-left:solid 1px white;
	border-right:solid 1px white;
}
.MenuMainOver {
	font-size: 12px;
	color: #FFFFFF;
	cursor: hand;
	padding:5px 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9D161D;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	border-left:solid 1px white;
	border-right:solid 1px white;
}
.MenuSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	cursor: hand;
	background-color: #BE050A;
	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: #ffffff;
	border-bottom-color: #ffffff;
	padding: 3px 7px 3px 7px;
	white-space: nowrap;
	
}
.MenuSubOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	cursor: hand;
	background-color: #951D1C;
	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: #ffffff;
	border-bottom-color: #ffffff;
	padding: 3px 7px 3px 7px;
	white-space: nowrap;
}

