<style type="text/css">
<!--

.dummy {font-family : Verdana;}

.MiniMenuItem {
	font-family : Verdana, Arial, "sans-serif";
	font-size : 8pt; 
	text-decoration : none;
    BACKGROUND-COLOR: white;
	color: blue;
} 
 
.MiniMenuItem:hover {
	font-family : Verdana, Arial, "sans-serif";
	font-size : 8pt; 
	text-decoration : none;
    BACKGROUND-COLOR: white;
	color: red;
} 

.MiniMenuItemOn {
	font-family : Verdana, Arial, "sans-serif";
	font-size : 8pt; 
	text-decoration : none;
    BACKGROUND-COLOR: white;
	color: black;
} 
 
//-->
</style>