.panelbarHeaderCollapsed
{
	FONT-SIZE: 18px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Verdana;
	cursor: hand;
	cursor: pointer;
	height: 23px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 15px;
	background-image: url(../Img/HeaderCollapsed.jpg);
	font-weight: normal;
}

.panelbarHeaderHover
{
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Verdana;
	cursor: hand;
	cursor: pointer;
	height: 23px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 15px;
	background-image: url(../Img/HeaderExpanded.jpg);
	font-weight: normal;
}

.panelbarHeaderExpand
{
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Verdana;
	cursor: hand;
	cursor: pointer;
	height: 23px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 15px;
	background-image: url(../Img/HeaderExpanded.jpg);
	font-weight: normal;
}

.panelbarItem 
{
	FONT-SIZE: 10px;
	COLOR: #333333;
	FONT-FAMILY: Arial, Verdana;
	cursor: pointer;
	cursor: pointer;
	padding-bottom: 1px;
	padding-left: 25px;
	height: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: url(../Img/itemsArrow.gif);
	background-repeat: no-repeat;
	background-position:  0px 5px;
	font-weight: normal;
	padding-top: 1px;
	background-color: #FFFFFF;
}

.panelbarItemHover
{
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Verdana;
	cursor: pointer;
	cursor: pointer;
	padding-bottom: 1px;
	padding-left: 26px;
	height: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: url(../Img/itemsArrow.gif);
	background-repeat: no-repeat;
	background-position:  0px 5px;
	font-weight: normal;
	padding-top: 1px;
	background-color: #FFFFFF;
}

.panelbarItemGroup
{
	background-repeat: no-repeat;
	background-position: bottom;
}

.Panelbar
{
}