.panelbarHeaderCollapsed
{ 		
	font-size: 11px; 
	color: #10110F;
	border-top: solid 1px Black;
	font-family: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/CollapsedBg.gif);
	height: 32px;
	padding-left: 7px;
	vertical-align: top;
}

.panelbarHeaderHover 
{ 		
	font-size: 11px; 
	color: #10110F;
	border-top: solid 1px Black;
	font-family: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/HoverBg.gif);
	height: 32px;
	padding-left: 7px;	
}

.panelbarHeaderExpanded
{
	font-size: 11px; 
	color: White;
	border-top: solid 1px Black;
	font-family: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/ExpandBg.gif);
	height: 32px;
	padding-left: 7px;
	border-bottom: 1px solid Black;
	
}

.panelbarHeaderSelected
{
	font-size: 11px; 
	color: White;
	border-top: solid 1px Black;
	font-family: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/ExpandBg.gif);
	height: 32px;
	padding-left: 7px;
	
	
}

.panelbarText
{
	padding-left: 7px;
}

.panelbarItem 
{
	font-size: 11px; 
	color: #333333;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	padding-left: 7px;
	height: 100%;
}	

.panelbarItemHover
{
	font-size: 11px; 
	color: #000;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
	padding-left: 7px;	
	height: 100%;
}
.panelbar
{
    	
}