li {
	
	font-weight  : bold;
	font-size    : 1.0em;
	font-family  : Helvetica;
	text-align   : center;
	color        : #f00;
	background-color : #fff;
}

ul.menu a:hover {
	
	height       : 20px;
	font-weight  : bold;
	font-size    : 1.0em;
	font-weight  : normal;
	font-family  : Helvetica;
	background-color : #999;
	
}
ul.menu {
	
	list-style    :none;
	margin        : 1px;
	padding       : 1px;
}
ul.menu * {
	margin        : 0px;
	padding       : 0px;
}
ul.menu a {
	
	display        : block;
	color          : #000;
	text-decoration: none;
}
/* spessore bottoni */
ul.menu li {
	
	position     : relative;
	top          : 120px;
	width        : 100px;
	height       : 230px;
	float        : left;
	background   : #fff;
}
/* allineamento bottoni - spostamento laterale*/
ul.menu ul {
	
	position     : absolute;
	top          : 50px; 
	left         : 10px; 
	height       : 230px;
	display      : none;
	list-style   : none;
/*	
	opacity      : 0px;
*/	
}
/* menu prima riga */
ul.menu .menulink {
	
	position    : relative;
	width       : 100px;
	height      : 40px;
	border      : 0.1em solid #fff;
/*	padding     : 1px 1px 1px;*/
	font-weight : italic;
	font-size   : 0.6em;
	font-family : Helvetica;
	color       : #000;
	background  : #6090FF;
	padding-top : 1.2em;
}

/* mouse over prima riga */
ul.menu .menulink:hover {
	
	font-weight : bold;
	font-size   : 0.6em;
	font-family : Helvetica;
	color       : #fff;
	background  : #5060F0;
}
/* sotto menu */
ul.menu ul li {
	
	position     : relative;
	top          : 0px; 
	width        : 100px;
	height       : 40px;
    padding-top  : 1.0em;	
	margin-top   : 0.1em;
	font-size    : 0.6em;
	font-family  : Helvetica;
	color        : black;
	background   : #70A0FF;
/*	padding-top  : 15px;*/	
	/*	border       : 0.05em solid #00F;*/
}
/* mouse over sotto menu */
ul.menu ul li .menu:hover {
	
	position     : relative;
	top          : 0px; 
	width        : 105px;
	height       : 35px;
	font-weight  : bold;
/*	font-size    : 1.0em;*/
	font-family  : Helvetica;
	color        : #f00;
    padding-top  : 1.0em;	
	background   : #70A0FF;
}
/* sotto menu */
ul.menu .sub {
	
	position     : relative;
	top          : 0px; 
	left         : 0px; 
	width        : 105px;
	height       : 35px;
	font-size    : 1.0em;
	font-family  : Helvetica;
	color        : red;
	background   : #70A000;
/*  padding-top  : 1.0em;	
	margin-top   : 0.1em;
	border       : 0.1em solid #00F;
*/	
}
/*
ul.menu .sub:hover {
	position     : relative;
	top          : 0px; 
	left         : 110px; 
	width        : 100px;
	height       : 35px;
    padding-top  : 1.0em;	
	margin-top   : 0.1em;
	font-size    : 1.1em;
	font-family  : Helvetica;
	color        : red;
	background   : #70A0FF;
}
/* II livello allineamento bottoni - spostamento laterale*/
/*
ul.sub .sub ul {
	
	position     : absolute;
	top          : 0px; 
	left         : 0px; 
	height       : 0px;
	font-size    : 1.1em;
	display      : none;
}
*/
/*
li {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana;
	color:#fff;
	background:#fff;
	}
ul.menu {
	list-style:none;
	margin:0;
	padding:0
	}
ul.menu * {
	margin:0;
	padding:0
	}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none
	}
ul.menu li {
	position:relative;
	float:left;
	margin-right:2px
	}
ul.menu ul {
	position:absolute;
	top:26px; left:0;
	background:#ffffff;
	display:none;
	opacity:0;
	list-style:none
	}
*/
ul.menu ul li {
	
	position  : relative;
	border    : 0.1 solid #000;
	border-top: none;
	width     : 105px;
	margin    : 0;
}
/*
ul.menu ul li a {
	display:block;
	padding:7px 7px 5px;
	background-color:#ffffff;
	}
ul.menu ul li a:hover {
	background-color:#ffffff;
	}
*/
ul.menu ul ul {
	left      : 105px; 
	top       :-1px
}
/*
ul.menu .menulink {
	border     : 1px solid #111111;
	font-weight: bold;
	background : #70A0FF;
	color      : white;
	width      : 100px;
}
ul.menu .menulink:hover {
	background   :#50C030;
	font-weight  :bold;
	width        :135px;
}
*/
/*
ul.menu .menuhover {
	background :red;
	font-weight:bold;
	width      :135px;
}
*/
ul.menu .sub {
	
/*	border-top : 0.1em solid #fff;*/
	width      : 105px;
	font-weight: bold;
	color      : black;
	font-size  : 0.9em;
	background : #70A0FF;
}
/*
ul.menu .topline {
	border-top: 1px solid #0000FF;
	background:blue;
}
*/
