/* MAIN MENU SETTINGS*/
.MENU {
    font-family : Tahoma; 
    font-size : 11px;
    font-weight : bolder;
    text-decoration: none;
	color: #FFFFFF;
	padding-left: 3px;
	vertical-align: middle;
	}
	
/* VERTICAL WORD*/
.VMENU {
    font-family : Tahoma; 
    font-size : 11px;
	text-decoration: none;
	color: Black;
	}

/* SUBMENU SETTINGS */
.SUBMENU {
    font-family : Tahoma; 
    font-size : 11px;
    color : Black; 
	text-decoration: none;
	}
	
/* SUBMENU SETTINGS FOR OPERA, IE6 */
A.SUBMENU { 
	font-family : Tahoma; 
	font-size : 11px ; 
	text-decoration : none ; 
	width : 100% ; 
	color : black ; }


 A.SUBMENU:hover { 
	background-color : #CCCCFF; 
	color : black; }

A.SUBMENU:visited { color : black ;}

.imgm { vertical-align: middle; }
