.clsCMOn, .clsCMOver {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;	
	font-weight: normal;	
	cursor: pointer;	
    padding: 2px 0 0 2px;
	text-align:left;
	text-decoration:none;	
	line-height: 1.3em;
}

.clsCMOn {
	color: #333333;
}

.clsCMOver {
	color: white;
}

.clsSepOn, .clsSepOver {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;	
	font-weight: normal;	
    padding: 3px 0 0 0px;
	/* cursor: auto; */
	text-align:left;	
}

.clsSepOn {
	color: white;
}

.clsSepOver {
	color: white;
}


.topNormal, .topRollovered {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;	
	font-weight: bold;	
	/* cursor: pointer;	 */
	/* top, bottom, right, left*/
    padding: 3px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	vertical-align: middle;	
	line-height: 1.3em;
}

.topNormal {
	color: white;
}

.topRollovered {
	color: white;
	background-color:#006633;
}

.topNormal, .topRollovered {
	/* width: 80px; */
	height: 26px;
}




