/* MAIN MENU SETTINGS*/
.MENU {
    font-family : Verdana; 
    font-size : 12px;
	text-decoration: underline;
	color: white;
	}
	
/* VERTICAL WORD*/
.VMENU {
    font-family : Verdana; 
    font-size : 12px;
	text-decoration: none;
	color: black;
	}

/* SUBMENU SETTINGS */
.SUBMENU {
    font-family : Verdana; 
    font-size : 10px;
	text-decoration: none;
	color : black; 
	}
	
/* SUBMENU SETTINGS FOR OPERA, IE6 */
A.SUBMENU { 
    font-family : Verdana; 
    font-size : 10px; 
	text-decoration : none; 
	color : black; 
	width : 100%; 
	}

A.SUBMENU:hover { 
	background-color : silver; 
	color : black; 
	}

A.SUBMENU:visited { color : black; }