div.clSlideMenu{ /* All slideMenu2 DIV elements */ position:absolute; font-family:verdana,arial,helvetica; font-size:10px; overflow:hidden; width:150; height:22; }
a.clA0{ /* All top level links */ color:white; font-size:11px; text-decoration:none; font-weight:bold; }
a.clA1{ /* All sub level links */ color:white; font-size:9px; font-weight:bold; text-decoration:none; }
a.clA2{ /* All sub2 level links */ color:#000066; font-size:9px; font-weight:bold; text-decoration:none; }
a.clA0:hover{ /* All top level links */ color:#FF3333; }
a.clA1:hover{ /* All sub level links */ color:#000066; }
a.clA2:hover{ /* All sub2 level links */ color:#FF3333; }
a.clA3{ /* All sub3 level links */ color:black; text-decoration:none; }
a.clA4{ /* All sub4 level links */ color:green; text-decoration:none; }
/* NEEDED STYLES */
div.slideMenuBG{position:absolute; left:0; top:0; z-index:1}
div.slideMenuText{position:absolute; left:2; top:2; z-index:200;}
/* NEEDED ----- This class should be named like this:
	#NAME_OF_YOUR_MENUcont
*/
#slideMenucont{position:absolute;	height:600; width:200; visibility:hidden;}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
.text:hover { color: #FF3333; }
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3333;
	text-decoration: none;
}
.titolo:hover { color: #FFFFFF; }
.titolo_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titolo_black:hover { color: #FFFFFF; }
.MenuOut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.MenuOut:hover { color: #FFFFFF; }
.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textwhite:hover { color: #FF0000; }
.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text:hover { color: #FF3333; }
