.panelbar_MainCategory
{
	color: #999;
	font-weight: bold;
	font-size: 13px;
	background: url(/Images/navtopBG.png) no-repeat;
	width: 180px;
	height: 30px;
	margin-bottom: 0px;

}
.panelbar_Footer
{
	background: url(/Images/navbottomBG.png) no-repeat;
	width: 180px;
	height: 38px;
	margin-top: 0px;
	float: left;

}
.panelbarHeaderCollapsed,
.panelbarHeaderHover,
.panelbarHeaderExpand,
.panelbarHeaderSelected
{
	color: #799DB5;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 180px;
	padding-left: 3px;
	text-transform: capitalize;
	white-space: normal;
	float: left;
	clear: left;
}

.panelbarHeaderHover,
.panelbarHeaderSelected
{
	color: #E94E27;
}

.panelbarHeaderExpand
{
	border-bottom: none;
	color: #E94E27;
}

.panelbarItem,
.panelbarItemHover
{
	color: #666;
	font-size: 11px;
	height: 16px;
	cursor: hand;
	cursor: pointer;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 180px;
	padding-left: 10px;
	background: url(/Images/navBullet.png) no-repeat left;
	text-transform: capitalize;
		float: left;
	clear: left;
	white-space: normal;
}
.panelbarItem tr td,
.panelbarItemHover tr td
{
	border-bottom: 1px dotted #f1f1f1;
}


.panelbarItemHover
{
	color: #D5E5EC;
	
}

.panelbar
{
	background-repeat: repeat-x;
	width: 180px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
		float: left;
	clear: left;
}

.panelbarItemGroup
{
	border-bottom: 1px solid #999;
	width: 180px;
			float: left;
	clear: left;
}
.testBar
{
	white-space: normal;
	float: left;
	margin-bottom: 0px;
}