/* MAIN MENU SETTINGS*/

.MENU a {
    font-family: Calisto MT; 
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    color: #606060;
	}

.MENU a:hover {
    font-family: Calisto MT; 
    font-size: 22px;
    text-decoration: underline;
    text-align: center;
    color: #ffffff;
	}

/* VERTICAL WORD*/
.VMENU {
    font-family : Verdana; 
    font-size : 10px;
	text-decoration: none;
	color: Black;
	}

/* SUBMENU SETTINGS */
.SUBMENU {
    font-family : Verdana; 
    font-size : 10px;
    color : Black; 
	text-decoration: none;
	}

/* MAIN MENU TABLE PROPERTIES */
.TABLE {
    text-align: center;
    margin-left: auto;
    margin-right: auto;	
	}
	
/* SUBMENU SETTINGS FOR OPERA, IE6 */
A.SUBMENU { 
	font-family : Verdana; 
	font-size : 10px ; 
	text-decoration : none ; 
	width : 100% ; 
	color : black ; }


A.SUBMENU:hover { 
	background-color : Silver; 
	color : Black; 
	}

A.SUBMENU:visited { color : black ; }