.panelbarHeaderCollapsed
{
	font-size: 11px;
	color: #666666;
	font-family: tahoma, arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	height: 18px;
	background-image: url(../Img/HeaderCollapsed.gif);
	padding-left: 17px;
	background-repeat: no-repeat;
	text-align: left;
}

.panelbarHeaderHover
{ 		
	FONT-SIZE: 11px; 
	COLOR: #4b9bc5;
	FONT-FAMILY: tahoma, arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	height: 18px;
	background-image: url(../Img/HeaderHover.gif);
	padding-left: 17px;
	background-repeat: no-repeat;
	text-align: left;
}

.panelbarHeaderExpand
{
	FONT-SIZE: 11px; 
	COLOR: #666666;
	FONT-FAMILY: tahoma, arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	height: 18px;
	background-image: url(../Img/HeaderExpanded.gif);
	padding-left: 17px;
	background-repeat: no-repeat;
	text-align: left;
}

.panelbarHeaderSelected
{
	FONT-SIZE: 11px; 
	COLOR: #4b9bc5;
	FONT-FAMILY: tahoma, arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	height: 18px;
	background-image: url(../Img/HeaderExpanded.gif);
	padding-left: 17px;
	background-repeat: no-repeat;
	text-align: left;
}

.panelbarItem 
{
	FONT-SIZE: 11px; 
	COLOR: #666666;
	FONT-FAMILY: tahoma, arial;
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	padding-left: 35px;
	height: 18px;
	background-image: url(../Img/ItemsSeparator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-box-sizing: border-box;
	background-repeat: no-repeat;
	text-align: left;
}

.panelbarItemHover
{
	FONT-SIZE: 11px; 
	COLOR: #4b9bc5;
	FONT-FAMILY: tahoma, arial;
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	padding-left: 35px;
	height: 18px;
	background-image: url(../Img/ItemsSeparator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
}
.panelbarItemGroup
{
	background-image: url(../Img/ItemsBg.gif);
	background-repeat: no-repeat;
	text-align: left;
}
