.panelHeader
{ 		
	FONT-SIZE: 11px; 
	COLOR: #333333;
	FONT-FAMILY: Arial,Verdana;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	background-image:url(../Img/sideNavCategoryBg.gif);
	background-position: right bottom;	
	padding-left:20px;
}
.headerSelected 
{
	FONT-SIZE: 11px; 
	COLOR: #333333;
	FONT-FAMILY: Arial,Verdana;
	font-weight:bold;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	background-image:url(../Img/sideNavCategorySelectedBg.gif);
	background-repeat:repeat-x;
	padding-left:20px;
	padding-bottom:7px;
	padding-top:5px;
}
.navigation_item 
{
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial,Verdana;
	padding-left: 20px;
	cursor: pointer;
	text-decoration: none;
	height:20px;
}
.panelbarItemGroup
{
	border-bottom: 1px solid #s0F0F0;
}
.panelbarItem2
{
    FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial,Verdana;
	padding-left: 35px;
	text-decoration: none;
	height:20px;
	width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid #C1D9E5;
    border-top: 0px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.panelbarItem2Expanded
{
    FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial,Verdana;
	padding-left: 35px;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid #C1D9E5;
    border-top: 0px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.panelbarItem2Selected
{
    FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial,Verdana;
	padding-left: 35px;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid #C1D9E5;
    border-top: 0px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


