.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #e90b3e 0px solid;
	border-bottom: #e90b3e 1px solid;
	border-top: #e90b3e 1px solid;
	border-right: #e90b3e 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #e90b3e;
	border-left: #e90b3e 1px solid;
	border-bottom: #e90b3e 1px solid;
	border-top: #e90b3e 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 2px;
	cursor: pointer;
	cursor: hand;
	background-color: #e90b3e;
	
	border-bottom: #e90b3e 0px solid;
	border-left: #e90b3e 0px solid;
	border-top: #e90b3e 0px solid;
	border-right: #e90b3e 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #e90b3e 1px solid;
	border-left: #e90b3e 0px solid;
	border-top: #e90b3e 1px solid;
	border-right: #e90b3e 0px solid;
	background-color: #e90b3e;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #fff;
	cursor: pointer;
	cursor: hand;
	color: #b00;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #e90b3e 1px solid;
	border-bottom: #e90b3e 1px solid;
	border-top: #e90b3e 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

