/* MAIN MENU SETTINGS*/
.MENU {
    font-family : Tahoma; 
    font-size : 12px;
/*    font-weight: bold; */
	text-decoration: none;
	color: White;
	}
	
/* VERTICAL WORD */
.VMENU {
    font-family : Tahoma; 
    font-size : 10px;
    font-weight: bold;
	text-decoration: none;
	color: Blue;
	}


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


A.SUBMENU:hover { 
	background-color : Black; 
	color : White; 
	}

A.SUBMENU:visited { color : white ; }

