.itemTopOff  { 
	width: 118px; 
	text-align: center;
	background-color:rgb(187, 212,6); 
	padding: 2px; 
}


.itemTopOn   { 
	cursor: default; 
	width: 118px; 
	text-align:center; 
	background-color: rgb(187, 212, 6); 
	padding: 1px 
}


.itemSubOff  { 
	width: 125px; 
	text-align: left; 	
	background-color:#eeffcc; 
	padding-left: 11px; 
	padding-right: 6px; 
	padding-top: 2px; 
	padding-bottom: 2px 
}


.itemSubOn   { 
	cursor: default; 
	width: 125px; 
	text-align: left; 
	background-color: yellow; 
      	padding-left: 11px; 
	padding-right: 6px; 
	padding-top: 2px; 
	padding-bottom: 2px 
}


.fontOff     { 
	font-family: verdana; 
	font-size: 11px;
	font-weight:bold; 
	color:#000000; 
}


.fontOn      { 
	font-family: verdana; 
	font-size: 11px;
	font-weight:bold; 
	color: #000000 
}


.tagOff      { 
	width: 8px; 
	height: 13px; 
	float: right; 	background-image:url("pics/tagRN.gif"); 	background-repeat: no-repeat; background-position: bottom
}


.tagOn       { 
	width: 8px; 
	height: 13px; 
	float: right; 	background-image:url("pics/tagRH.gif"); 	background-repeat: no-repeat; background-position: bottom 
}


