/* Main Menu */
.MenuBarBackGround
{
	background-color: #b6302D;
}

.MainMenu_MenuContainer
{
	background-color: transparent;

}

.MainMenu_MenuBar td
{
	padding-left: 15px;
	padding-right: 75px;
	cursor: pointer;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: 900;
	font-style: bold;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	color:#ffffff;
}

.MainMenu_MenuBar img
{
	display:none;
}

.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.MainMenu_MenuItem
{
	padding-left: 0px;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	border-left: 0px;
	border-bottom: #3f5156 1px solid;
	border-top: 0px;
	border-right: 0px;
	background-color: Transparent;
}


.MainMenu_MenuIcon
{
	width: 4px;
	height: 21px;
	border-bottom: #3f5156 1px solid;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #b6302D;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.MainMenu_MenuItemSel
{
	cursor: pointer;
	font-family: Arial, Tahoma, Helvetica;
	font-weight: 400;
	font-style: normal;
	border-left: 0px;
	border-bottom: #3f5156 1px solid;
	border-top: 0px;
	border-right: 0px;
	background-color: #ec6b32;
}

.MainMenu_MenuItemSel img
{
	display: none;
}

.MainMenu_MenuItemSel td
{
	padding-left: 15px;
	padding-right: 75px;
	cursor: pointer;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: 900;
	font-style: bold;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	color:#ffffff;
}

.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 0px solid;
	border-bottom: #3f5156 1px solid;
	border-top: #FFFFFF 0px solid;
	width: 4px;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
 	display:none;
}
