.panelbar_MainCategory
{
	color: #999;
	font-weight: bold;
	font-size: 0.90em;
	background: url(/Images/navtopBG.png) no-repeat;
	width: 170px;
	height: 30px;
}
.panelbar_Footer
{/*
	background: url(/Images/navbottomBG.png) no-repeat;
	width: 180px;
	height: 38px;
	*/
}
.panelbarHeaderCollapsed,
.panelbarHeaderHover,
.panelbarHeaderExpand,
.panelbarHeaderSelected
{
background: url(/Images/navBullet.png) no-repeat;
	color: #000;
	font-size: 0.70em;
	height: 15px;
	cursor: hand;
	cursor: pointer;
	width: 170px;
	padding-left: 15px;
	vertical-align: top;
	white-space: normal;

}

.panelbarHeaderHover,
.panelbarHeaderSelected
{
	color: #ff0000;
}

.panelbarHeaderExpand
{
	border-bottom: none;
	color: #ff0000;
}

.panelbarItem,
.panelbarItemHover
{
	color: #000;
	font-size: 0.70em;
	height: 15px;
	cursor: hand;
	cursor: pointer;
	width: 170px;
	padding-left: 25px;
	white-space: normal;
	
}


.panelbarItemHover
{
	color: #ff0000;
	
}

.panelbar
{
	background-repeat: repeat-x;
	width: 170px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;

}

.panelbarItemGroup
{
	border-bottom: 1px solid #999;
	width: 170px;
}