
.MenuGroup
{
    /*background-color:#F0F2F4;*/
	border-right:0px solid #C2C2C2;
	border-bottom:0px solid #C2C2C2;
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
}
.MenuItem
{
	
	font-family: Arial, Verdana;
	width:130px;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	height: 23px;
	color:White;
	font-weight:bold;
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
}
.MenuItemOver
{
	
	font-family: Arial, Verdana;
	width:130px;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	height: 23px;
	background-image: url(../Img/menuItemBgOver.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-weight:bold;
	text-align: center;
	color:#276C9D;
}
.MainItemClicked
{
	font-family: Arial, Verdana;
	width:130px;
	font-size:12px;
	cursor: pointer;
	cursor: hand;
	height: 23px;
	background-image: url(../Img/menuItemBgOver.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	font-weight:bold;
	color:#276C9D;
}
.ChildItemClicked
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width:130px;
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	height: 23px;
	background-color:White;
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
}
.ChildItem
{
	border-left: 1px solid #DDE1E4;
	border-right: 1px solid #DDE1E4;
	border-bottom: 1px solid #DDE1E4;
	width:130px;
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: hand;
	height: 23px;
	background-repeat: repeat-x;
	background-position: center;
	text-align: left;
	padding-left:4px;
}
.ChildItemOver
{
	border-left: 1px solid #DDE1E4;
	border-right: 1px solid #DDE1E4;
	border-bottom: 1px solid #DDE1E4;
	width:130px;
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: hand;
	height: 23px;
	background-color:White;
	background-repeat: repeat-x;
	background-position: center;
	text-align: left;
	color:#92C2E5;
	padding-left:4px;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:8pt;
	text-align: left;
}

.Separator 
{
	cursor: pointer;
	cursor: hand;
}

/*======================== Classic Blue Panel ===========================================*/
.panelbarHeader 
{                   
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #F7F7F7;
	border: 1px solid #BBBBBB;
	height: 25px;
}

.panelbarHeaderHover 
{                   
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #E9E9E9;
	border: 1px solid #BBBBBB;
	height: 25px;
}

.panelbarHeaderExpand
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	height: 25px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #E9E9E9;
	border: 1px solid #BBBBBB;
	border-bottom: 0px;
}

.panelbarItem 
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #FFFFFF;
	border: 1px solid #C1D9E5;
	border-top: 0px;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.panelbarItemSelected
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #EDF5FB;
	border: 1px solid #C1D9E5;
	border-top: 0px;
	text-decoration: underline;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}