#nav{
z-index:2;
width:160px;
/*padding-bottom:12em;*/ /* To allow room for bottom dropdown */

position:relative;
top:0px;
left:0px;
text-align: left;
background-color: #046fa5;
}

#nav a{
font:bold 11px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:3px 0px 3px 3px;
border-bottom: 1px solid #ffffff;
background-color: #046fa5;

}


#nav a{
color:#fff;
/*background:#92c1d8;*/
text-decoration:none;
}

#nav a:hover{
color:#046FA5;
background:#ffffff;
}

#nav a:active{
color:#046FA5;
background:#ffffff;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
color:#ffffff;
width:160px;
font-size: 11px;
background-color: #046fa5;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#nav li, div#nav li:hover{
position:relative;
padding:3px 0px 3px 0px;
}

div#nav li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#nav ul ul,
div#nav ul ul ul,
div#nav ul li:hover ul ul,
div#nav ul li:hover ul ul ul
{display:none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#nav a.x, #nav a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#nav a.x:hover{
background:#ddd;
}

#nav a.x:active{
color:#fff;
background:#92c1d8;
}

/* NEWSLETTER */
.mnewsletterLayer
{

	background-image: url(../img/backnewsletter.gif);
	background-repeat: no-repeat;
	height: 156px;
	border-bottom: 1px solid #FFFFFF;
}

.mnewsletterLayer label
{
	display: block;
	padding-left: 30px;
	padding-top:30px;
}
.mnewsletterTabellaHidden
{
	width:100px;
	position:relative;
	margin-top: -70px;
	margin-left: 40px;
	z-index: 100;
}
.mnewsletterTabellaHidden .caselladitesto
{
	width: 100px;
	display: block;
	margin-bottom: 5px;
}

.mnewsletterTabellaHidden .pulsante
{
	border: 1px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
}
/* BOOKING */
.mFormTabella
{
	width: 100%;
	color:#336699;
}
.mFormObbligatorio
{
	color: #ff6633;
}
.c22_TDLeft
{
	width: 200px;
}
.mFormTabella .caselladitesto,.mFormTabella .areaditesto,.mFormTabella select
{
	width: 300px;
}
.privacy
{
	width:98%;
	height: 50px;
	font: 10px;
}
