.header 
{ 		
	FONT-SIZE: 12px; 
	COLOR: maroon;
	FONT-FAMILY: Verdana,Helvetica;
	text-align:center;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	background-image:url(../Img/sideNavCategoryBg.gif);
	background-position: right bottom;	
	padding-left:20px;
}
.headerSelected 
{
	font-size: 12px; 
	COLOR: maroon;
	FONT-FAMILY: Verdana,Helvetica;
	text-align:center;
	font-weight:bold;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	background-image:url(../Img/sideNavCategorySelectedBg.gif);
	background-position: right bottom;
	/*background-repeat:repeat-x;*/
	padding-left:20px;
	padding-bottom:7px;
	padding-top:5px;
}
.navigation_item 
{
	FONT-SIZE: 11px;
	COLOR: #003896;
	FONT-FAMILY: Verdana,Helvetica;
	text-indent:5px;
	padding-left: 20px;
	cursor: pointer;
	text-decoration:none;
	height:20px;
}

.navigation_item2 
{
	FONT-SIZE: 11px;
	COLOR: #003896;
	FONT-FAMILY: Verdana,Helvetica;
	text-indent:0px;
	padding-left: 20px;
	cursor: pointer;
	text-decoration:none;
	height:20px;
}

.navigation_itemSelected 
{
	FONT-SIZE: 11px;
	COLOR: #003896;
	FONT-FAMILY: Verdana,Helvetica;
	padding-left: 20px;
	cursor: pointer;
	text-decoration:none;
	height:20px;
	font-weight:bold;	
}

.panelbarItemGroup
{
	border-bottom: 1px solid #F0F0F0;
	background-image:url(../Img/itembg.gif);
	background-repeat:repeat;
}
