/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #FFF; 
	/*border:3px solid #0F3;*/
	font: 11px verdana;
	width: 790px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
	font: 11px verdana;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#000000;
	width:100%;
	font: 11px verdana;
}

.dropdown a:hover{
	text-decoration:none;
	font: 11px verdana;
	color: #000000;
	background: #ffffff;
}

.dropdown ul li:hover { background: #ffffff; background-repeat:no-repeat; }

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:2px;
	width:95px;
	background-color:#FFFFFF;
	cursor:pointer;
	font: 11px verdana;
   /*  border:1px solid #0F3; /* verdino per capirci di piu */
}

/* these are the LIs that only belong to submenu FIGLI */
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
	font: 11px verdana;
    background: #99DDFF;
	z-index: 500;
	width:120px;
}

/* these are the LIs that contains a submenu PRIMO LIVELLO */
.dropdown li.submenu{
	/*background-image:url('expand_down.gif');*/
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:2px;
	width:90px;
	font: 11px verdana;
}

.dropdown li.submenu_coppa{
	/*background-image:url('expand_down.gif');*/
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:2px;
	width:135px;
	font: 11px verdana;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve SECONDO LIVELLO avente TERZO LIVELLO*/
.dropdown ul li.submenu{
	background-image:url('arrow1.gif');
	background-position:center right;
	background-repeat:no-repeat;
	padding:2px;
	width:120px;
	font: 11px verdana;
}