.panelbar
{
	border-right: 0px solid #532A09;
	border-bottom: 0px solid #532A09;
	border-top: 0px solid #AB5713;
}
.panelbarHeaderCollapsed
{
	FONT-SIZE: 11px;
	COLOR:#C5C3C3;
	font-weight: bold;
	FONT-FAMILY:  "Verdana";
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
	height: 32px;
	background-image: url(../Img/HeaderCollapsedBg.gif);
	text-indent : 33px;
}

.panelbarHeaderExpand
{
	FONT-SIZE: 11px;
	COLOR: #eade1e;
	FONT-FAMILY: "Verdana";
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	height: 32px;
	background-image: url(../Img/HeaderExpandedBg.gif);
	text-indent : 33px;
}

.panelbarItem 
{
	FONT-SIZE: 11px;
	COLOR: black;
	FONT-FAMILY:  "Verdana";
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	margin-left: 12px;
	padding-left: 15px;
	height: 25px;
	background-image: url(../Img/ItemsSeparator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent : 11px;
}
.panelbarItemHover
{
	FONT-SIZE: 11px;
	COLOR: white;
	FONT-FAMILY: "Verdana";

	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	margin-left: 11px;
	padding-left: 15px;
	height: 25px;
	background-image: url(../Img/ItemsSeparator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-indent : 11px;
}
.panelbarItemGroup
{
	background-image: url(../Img/ItemsBg.gif);
	height : 33px;
	text-indent : 27px;
	
}