.headerCssClass
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Vardana, Arial;
	background-color: #9fb9c9;
	cursor: hand;
	text-align: left;
	text-decoration: none;
}

.headerCssClass:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
	font-family: Vardana, Arial;
	background-color: #9fb9c9;
	cursor: hand;
	text-align: left;
	text-decoration: none;
}

.headerCssClassSelected 
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Vardana, Arial;
	background-color: #9fb9c9;
	cursor: hand;
	text-align: left;
	text-decoration: none;
}

.headerCssClassSelected:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
	font-family: Vardana, Arial;
	background-color: #9fb9c9;
	cursor: hand;
	text-align: left;
	text-decoration: none;	
}

.itemCssClass
{
	font-weight: bold;
	font-size: 7pt;
	color: #333333;
	font-family: Vardana, Arial;
	background-color: #9fb9c9;
	cursor: hand;
	text-align: left;
	text-decoration: none;
	width: 140px;
	padding-left: 2px;

}

.itemCssClass:hover
{
	font-weight: bold;
	font-size: 7pt;
	color: white;
	font-family: Vardana, Arial;
	background-color: #9fb9c9;
	cursor: hand;
	text-align: left;
	text-decoration: none;
	width: 140px;
	padding-left: 2px;
}

.itemCssClassSelected
{
	font-weight: bold;
	font-size: 7pt;
	color: #333333;
	font-family: Vardana, Arial;
	background-color: #9fb9c9;
	cursor: hand;
	text-align: left;
	text-decoration: none;
	width: 140px;
	padding-left: 2px;
}

.itemCssClassSelected:hover
{
	font-weight: bold;
	font-size: 7pt;
	color: white;
	font-family: Vardana, Arial;
	background-color: #9fb9c9;
	cursor: hand;
	text-align: left;
	text-decoration: none;
	width: 140px;
	padding-left: 2px;
}
.menuClass
{
	padding-left: 4px;
}
