.MainMenu_MenuContainer {
	background: transparent;
}
.MainMenu_MenuBar {
	cursor: hand;
	height: 16px;
	background: Transparent;
}
.MainMenu_MenuItem {
	border-left: #232175 0 solid;
	border-bottom: #232175 1px solid;
	border-top: #232175  1px solid;
	border-right: #232175 0 solid;
	cursor: hand;
	font: normal normal 8pt Verdana, Tahoma, Arial, Helvetica;
}
.MainMenu_MenuIcon {
	border-left: #232175 1px solid;
	border-bottom: #232175 1px solid;
	border-top: #232175 1px solid;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
	background: #232175;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	background: #232175;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: hand;
	background: #cba500;
	font: normal normal 8pt Verdana, Tahoma, Arial, Helvetica;
}
.MainMenu_MenuArrow {
	border-right: #232175 1px solid;
	border-bottom: #232175 1px solid;
	border-top: #232175 0 solid;
	cursor: hand;
	font: 9pt webdings;
}
.MainMenu_RootMenuArrow {
	cursor: hand;
	font: 9pt webdings;
}