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

	}

/* SUBMENU SETTINGS */
.SUBMENU {
    font-family : Verdana; 
    font-size : 10px;
    color : #D6EF39; 
	text-decoration: none;
	

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


A.SUBMENU:hover { 
	background-color : #92A3CD; 
	color : #D6EF39; 
	}

A.SUBMENU:visited { color : #D6EF39 ; }
