/* Main Menu */
.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {

}

.MainMenu_MenuItem {
	margin-right: 5px !important;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: Bold;
	font-style: bold;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;
	text-align:left;
}



.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #044213; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 5; 
	height: 21;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #03300d;
	padding-right: 20px;
}

.MainMenu_MenuBreak {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;  
	border-right: #000000 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #03300d; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: Bold; 
	font-style: bold;
    background-color: #baddc2;
}

.MainMenu_MenuArrow
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
	margin-right: 10px !important;
}
