.panelbarHeader 
{                   
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #FFCC00;
	border-bottom: 1px solid white;	
	height: 25px;
	FILTER: Alpha(Opacity=100, FinishOpacity=90, Style=2);
}

.panelbarHeaderHover 
{                   
	font-size: 11px; 
	color: white;
	font-family: Arial,Verdana;	
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	background-color: #204D20;	
	border-bottom: 1px solid white;
	height: 25px;
}

.panelbarHeaderExpand
{
	font-size: 11px; 
	color: White;
	font-family: Arial,Verdana;
	height: 25px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	padding: 4px;
	border-bottom: 1px solid white;
	background-color: #204D20;	
}

.panelbarItem 
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #FFEC9D;
	border: 1px solid #FFCC00;
	border-top: 0px;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	FILTER: Alpha(Opacity=70, FinishOpacity=80, Style=2);
}

.panelbarItemSelected
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	font-weight:bold;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #FFEC9D;
	border-bottom: 1px solid #FFCC00;
	border-top: 0px;
	text-decoration: underline;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}