.applemenu{
font-size: 12px;
float: left;
margin: 5px 0;
padding-top: 3px;
width: 230px; /*width of menu*/
border: 1px solid #9A9A9A;
text-align: center;
}

.applemenu div.silverheader a{
background: black url(../riservata/template/barra-menu.png) repeat-x center left;
font: normal 13px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../riservata/template/barra-menu-parent.png);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
font-family: Georgia;
font-size: 12px;
text-align: left;
background: #bde8fb; 
padding: 5px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu a:link {
  	font-family: Georgia;
	font-size: 12px;
	color: #000;
   border-bottom: 1px #000 dotted ;
   padding-bottom: 1px;
	text-decoration: none;
}

.applemenu div.submenu a:hover{
  	font-family: Georgia;
	font-size: 12px;
   color: #000;
   border-bottom: none;
   padding-bottom: 1px;
	text-decoration: none;
}
