<style type="text/css">
.menuonE {
	background-image: url(images/menu/on.png);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
 }

.menuoverE { 
background-image: url(images/menu/over2.png);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;	
	cursor: pointer;
	cursor: hand;
} 
.menuoffE { 
background-image: url(images/menu/off.png);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;		
}
</style>
<style type="text/css">
<!--
.ontext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.offtext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
-->
</style>