.menu {
margin:5px 0 30px 5px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position: relative;
	display:block;
	border-bottom: 1px solid #B0C4DE;
}

/* get rid of the table */
.menu table {position:absolute;  top:0; left:1px; font-size:1em; }

/* style the links */
.menu a, .menu a:visited {
	width:143px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 3px 6px 10px;
	display: block;
	background: #fff;
	color: #0d283a;
/*	font:bold 11px tahoma, verdana, arial;*/

	font-size: 12px;
	
}


/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#fff; width:140px; w\idth:140px;font-weight: normal;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#B0C4DE; font-weight:normal;}

.menu :hover > a {
	color: #fff;
	/*background-color: #B0C4DE;*/
	background-color: #203c4d;
	display: block;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:155px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
z-index: 20;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.subUl{
	border-bottom: 1px solid #fff;
	background-color:#fff;
	}

.subUl li a, .subUl li a:visited{
	width: 250px;
	color: #fff;
	background-color: #203c4d;
	border-bottom: 1px solid #fff;	
}

.subUl li a:active{
	background-color: #FFA500;
}

.subUl li a:hover{
	/*width: 160px;*/
	color: #fff;
	background-color: #6C9CC6;
}

.invia-big{
	color:#fff;
	font-size: 18px;
	background: #669900 url(/img/bg_continua.png) repeat-x;
}

