#menu {
	width: 610px;
	margin: 0px 170px 0px 0px;
	padding: 0px;
	height: 50px;
	text-align: left;
}

.basictab{
	padding: 0px 0 5px;
	margin-left: 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px dotted #CCCCCC;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	color: #999999;
	margin-top: 7px;
}

.basictab li{
	display: inline;
	margin: 0;
	padding: 2px;
}

.basictab li a{
	text-decoration: none;
	margin-right: 2px;
	border-bottom: none;
	color: #999999;
	padding-right: 0px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}


.basictab li a:visited{
	color: #999999;
}

.basictab li a:hover{
	background-color: #EEEEEE;
	color: #666666;
}

.basictab li a:active{
	color: #999999;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: #999999;
}


.submenustyle{
	padding: 0;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	margin: 0px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
	padding: 1px 5px;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666666;
}

.submenustyle a:hover{
background-color: #EEEEEE;
	color: #333333;
}
.submenustyle a:visited{
	color: #999999;
}
.offerte {
	font: 10px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	list-style-type: lower-alpha;
}

a.offerte {
	color: #FF0000;
	text-decoration: none;
}
.offerte a:visited{
	color: #FF0000;
	text-decoration: none;
}
#contenutostr {
	text-align: left;
	font-size: 10px;
	float: right;
	width: 140px;
	color: #666666;
	line-height: 12px;
}
h2 {
	font-size: 12px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#prenota  {
	color: #666666;
	text-decoration: none;
	font-size: 9px;
	margin-top: 15px;
	background-image: url(../images/prenota.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
}

#prenota a {
	color: #666666;
	text-decoration: none;
}
