/* MAIN MENU SETTINGS*/
	.menu:link {
		font-family:Verdana, Arial, Helvetica;
		font-size:11px;
		font-style:normal;
		font-weight:bold;
		color:white;
		text-decoration : none;
	}
	.menu:visited {
		font-family:Verdana, Arial, Helvetica;
		font-size:11px;
		font-style:normal;
		font-weight:bold;
		color:white;
		text-decoration : none;
	}
	.menu:active {
		font-family:Verdana, Arial, Helvetica;
		font-size:11px;
		font-style:normal;
		font-weight:bold;
		color:white;
		text-decoration : none;
	}
	.menu:hover {
		font-family:Verdana, Arial, Helvetica;
		font-size:11px;
		font-style:normal;
		font-weight:bold;
		color: red;
		text-decoration : none;
	}
	
/* VERTICAL WORD*/
.VMENU {
    font-family : Verdana; 
    font-size : 10px;
	text-decoration: none;
	color: black;
	}

/* SUBMENU SETTINGS */
.SUBMENU {
	font-family : Verdana;
	font-size : 11px;
	color : black;
	text-decoration: none;
}
	
/* SUBMENU SETTINGS FOR OPERA, IE6 */
A.SUBMENU { 
	font-family : Verdana; 
	font-size : 11px ; 
	text-decoration : none ; 
	width : 100% ; 
	color :  black; }


A.SUBMENU:hover { 
	background-color : #0061ad;
 	font-size : 11 px;
	color : White; 
	}

A.SUBMENU:visited { }