
.MenuGroup
{
	background-color: #006688;
	border-right:0px solid #C2C2C2;
	border-bottom:0px solid #C2C2C2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
	
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
	background-color:#c50e1f;
}
.MenuItem
{
	font-family: Verdana;
	color:#FFFFFF;	
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 35px;
	font-weight:bold;
	background-repeat: repeat-x;
	background-position: center;
	background-color:Transparent;
	text-align:center;
}
.MenuItemOver
{
	font-family: Verdana;
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 35px;
	background-repeat: repeat-x;
	background-position: center;
    background-color:Transparent;
	font-weight:bold;
	text-align:center;
	color:white;
}
.MainItemClicked
{
	font-family: Verdana;
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 35px;
	background-repeat: repeat-x;
	background-position: center;
	background-color:Transparent;
	font-weight:bold;
	text-align:center;
	color:white;
}
.ChildItemClicked
{
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	width:120px;
	font-family: Verdana;
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 25px;
	background-color:Transparent;
	background-repeat: repeat-x;
	background-position: center;
	text-align:left;
	color:White;
	font-weight:normal;
}
.ChildItem
{
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	width:120px;
	font-family: Verdana;
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 25px;
	background-color:Transparent;
	background-repeat: repeat-x;
	background-position: center;
	text-align:left;
	color:White;
	font-weight:normal;
}
.ChildItemOver
{
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	width:120px;
	font-family: Verdana;
	font-size:7pt;
	cursor: pointer;
	cursor: hand;
	height: 25px;
	background-color:Transparent;
	background-repeat: repeat-x;
	background-position: center;
	text-align:left;
	color:White;
	font-weight:bold;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:5pt;
	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;
}