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

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


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

A.SUBMENU:visited { color : black ; }

a:link {text-decoration: none;color:navy}
a:visited {text-decoration: none;color:navy}
a:active {text-decoration: none}
a:hover {text-decoration: underline;color:blue}