table.PanelbarHeader
{ 		
	FONT-SIZE: 11px; 
	COLOR:White;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	height: 33px;
	cursor: hand;
	cursor: pointer;
	background-image:url(../Img/sideNavCategoryBg.gif);
	background-repeat: no-repeat;
	padding-left:20px;
}

table.PanelbarHeaderSelected
{
	FONT-SIZE: 11px; 
	COLOR: White;
	FONT-FAMILY: Arial,Verdana;
	font-weight:bold;
	height: 33px;
	cursor: hand;
	cursor: pointer;
	background-image:url(../Img/sideNavCategorySelectedBg.gif);
	background-repeat: no-repeat;
	padding-left:20px;
}


.PanelbarItem
{
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial,Verdana;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	padding-left: 10px;
	border-bottom: 1px dotted #555555;
	white-space:normal;
}

.PanelbarItem *
{
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial,Verdana;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	padding-left: 10px;
	white-space:normal;
}