#menu {
font-family: verdana, georgia,Times,"Times New Roman",sans-serif;
font-size: 10pt;
position: relative;
width: 758px;
height: 24px;
background-color: #DCD6B2;
color: #FFFFFF;
}

.menu {
height: 22px;
display:table;                                 /* ignorato da IE */
padding:0; 
list-style-type:none;
white-space:nowrap;                       /* testo su di una sola linea */
border:none;                                  /* add a border to show size of menu */
}


* html .menu {
display:inline-block;                          /* solo per IE */ 
width:1px;                                     /* IE will expand to fit menu width */
padding:0 2px;                                /* fix bug in IE for border spacing */
}  


.menu li {
display:table-cell;                            /* ignorato da IE */
}

* html .menu li {
display:inline;                                  /* ignorato da IE */
}

.menu a, .menu a:visited {
display:block;                                 /* for all browsers except IE */
padding: 4px 13px 3px  13px;
color:#333; 
background:#DCD6B2;
text-decoration:none;
  }

* html .menu a, * html .menu a:visited {
display:inline-block;                                         /* solo per IE */ 
margin:0 -2px;                                             /* per correggere un bug di IE */  
}

.menu a:hover {
color:#000; 
background:#CEC693;
}

#menu .sempre a {                                
color:#333; 
background:#CEC693;
}

#menu .esc a:hover {
color:#000; 
background:#DCD6B2;
}


.centered {margin:0 auto;}

/* ................. drop down menu escursioni ................ */

#dropmenudiv{
border:0px none;
position:absolute;
line-height:25px;
z-index:100;
font-style:italic;
font-variant:normal;
font-weight:normal;
font-size:9pt;
font-family: verdana, georgia,Times,"Times New Roman",sans-serif}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 18px;
border-bottom: 1px solid white;
padding: 1px 0 0 0;
text-decoration: none;
font-weight: normal;
color:#333; 
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CECECE;
color:#000; 

}

/* ................. menu secondario ................ */

#submenu {
	position: relative;
	float: left;
	clear: none;
	width: 130px;
	margin: 115px 10px 0px -10px;}

#submenu ul, submenu li {
	position: relative;
	margin: 0px; 
	float: left;
	clear: right;
	width: 110px;}

#submenu li {
	background-repeat: no-repeat;
	list-style-image: url('immagini/on.gif');
	background-position: 0px 6px;
	margin: 5px 0px;
	font-size: 100%;
	line-height: 140%; padding-left:0px; padding-right:0; padding-top:0; padding-bottom:0}


#submenu a 
{
color: #8D8047;
text-decoration: none;
border-bottom: 1px dashed;
padding: 0 0 0 0px;}

#submenu a.selected, #submenu a:hover {
	color: #000;
    border-bottom: 0px dashed;}

 #submenu a.scuro {
	color: #000000;
	background-color: #F1EFE0;
    text-decoration: none;
    border-bottom: 1px dashed;
	padding: 0 0 0 0px;}