﻿.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
}
.MainMenu_MenuItem
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	border-top-style: none;
	font-family: Tahoma;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
}

/*Sub Menu Hover Over*/
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 11px;
	color: #DB3D05;
	font-family: Tahoma;
	height: 20px;
	background-color: transparent;
}
.MainMenu_MenuIcon
{
	display: none;
	background-color: #f4c949;
}
.MainMenu_MenuArrow
{
	border-right: none;
	border-top: none;
	width: 7px;
	border-bottom: none;
	background-color: transparent;
}
.MainMenu_MenuBreak
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/*Sub Menu Background*/
.MainMenu_SubMenu
{
	border-right: none;
	border-top: none;
	margin-top: 1px;
	border-left: none;
	border-bottom: none;
	background-color: #f9e5aa;
}

/*Sub Menu Hover Over Background*/
.MainMenu_SubMenuItemSel
{
	font-size: 11px;
	height: 20px;
	background-color: #fcf4da;
	font-weight: bold;
}
.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	height: 26px;
}
.MainMenu_RootMenuItemActive
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 26px;
}
.MainMenu_RootMenuItemSel
{
	font-size: 12px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 26px;
	font-weight: bold;
}
.MainMenu_MenuContainer_Vert
{
	border-top: none;
	width: 190px;
}
.MainMenu_MenuBreak_Vert
{
	border-top-style: none;
	background-repeat: repeat-x;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.MainMenu_RootMenuArrow_Vert
{
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
}
.MainMenu_RootMenuItem_Vert
{
	font-size: 12px;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 26px;
	font-weight: bold;
}
.MainMenu_RootMenuItemActive_vert
{
	font-size: 12px;
	color: #DB3D05;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 26px;
	font-weight: bold;
}

/*Main Menu at the Top Hover Over*/
.MainMenu_RootMenuItemSel_Vert
{
	font-size: 12px;
	color: #DB3D05;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 26px;
	font-weight: bold;
}
.MainMenu_MenuIcon_Admin
{
	border-top: none;
	border-left: none;
	width: 0px;
	border-bottom: none;
	background-color: #f4c949;
}
.MainMenu_MenuBreak_Admin
{
	width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 25px;
	background-color: #ffffff;
	border-bottom-style: none;
}
.MainMenu_RootMenuItem_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	height: 25px;
	background-color: transparent;
	font-weight: bold;
}
.MainMenu_RootMenuItemActive_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	height: 25px;
	background-color: #dcdcdc;
	font-weight: bold;
}
.MainMenu_RootMenuItemSel_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	height: 25px;
	background-color: #dcdcdc;
	font-weight: bold;
}
.MainMenu_SubMenu_Admin
{
	border-right: none;
	border-top: none;
	margin-top: 0px;
	margin-left: 1px;
	border-left: none;
	border-bottom: none;
	background-color: #efefef;
}
.LabelEditOverClass
{
	text-decoration: none;
}