﻿/* [SOLPATRMENU] */
.MainMenu_MenuContainer
{
}
/*### Root Menu ###*/
.MainMenu_MenuBar
{
	height:20px;
	cursor:pointer;
}
.MainMenu_RootMenuItem
{
}
.MainMenu_RootMenuItem_Vert
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
}
/*### Sub Menu ###*/
.MainMenu_MenuItem
{
	padding:1px 1px 1px 1px;
	height:20px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	cursor:pointer;
	background-color: transparent;
}
.MainMenu_MenuItemSel
{
	padding:1px 1px 1px 1px;
	height:20px;
	font-weight: normal;
	font-size: 11px;
	color: #3C6BB8;
	font-family: Tahoma;
	background-color: transparent;
}
.MainMenu_MenuIcon
{
	display: none;
	background-color: transparent;
}
.MainMenu_MenuArrow
{
	width: 7px;
	background-color: transparent;
}
.MainMenu_MenuBreak
{
	height:2px;
}
.MainMenu_MenuBreak_Vert
{
	height:2px;
}
.MainMenu_SubMenu
{
	border: none;
	background-color: #FFFFFF;
	font-weight:bold;
	font-size: 11px;
}
.MainMenu_SubMenuItemSel
{
	background-color: #FFFFFF;
	border: none;
	font-weight:bold;
	font-size: 11px;
}
.MainMenu_SubMenuItemActive
{
	border: none;
	background-color: #FFFFFF;
	font-weight:bold;
	font-size: 11px;
}
.MainMenu_RootMenuArrow
{
	border: none;
	padding-right: 2px;
	padding-left: 0px;
}
.MainMenu_RootMenuItemActive
{	
	font-size: 11px;
	color: #333333;
	background-repeat: repeat-x;
	font-family: Tahoma;
}
.MainMenu_RootMenuItemSel
{	
	font-size: 11px;
	color: #3C6BB8;
	background-repeat: repeat-x;
	font-family: Tahoma;
}
.MainMenu_MenuBar_Vert
{
}
.MainMenu_MenuContainer_Vert
{
	width: 158px;
}
.MainMenu_RootMenuArrow_Vert
{
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	border: none;
}
.MainMenu_RootMenuItemActive_vert
{	
	font-size: 11px;
	border: none;
	background-color: transparent;
	color: #000000;
	font-family: Tahoma;
	font-weight:bold;
}
.MainMenu_RootMenuItemSel_Vert
{	
	font-size: 11px;
	background-color: transparent;
	color: #3C6BB8;
	border: none;
	font-family: Tahoma;
	font-weight:bold;
}
.MainMenu_MenuIcon_Admin
{
	width: 0px;
	background-color: transparent;
}
.MainMenu_MenuBreak_Admin
{
	border-bottom: 0px;
}
.MainMenu_RootMenuItem_Admin
{
	padding-left: 0px;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	background-color: transparent;
}
.MainMenu_RootMenuItemActive_Admin
{
	padding-left: 0px;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	background-color: transparent;
}
.MainMenu_RootMenuItemSel_Admin
{
	padding-left: 0px;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
	background-color: transparent;
}
.MainMenu_SubMenu_Admin
{
	margin-top: 0px;
	margin-left: 1px;
	background-color: #3C6BB8;
}
.LabelEditOverClass
{
	text-decoration: none;
}