/* CSS Document */
<style type="text/css">

.applemenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
	background: black url(silvergradient.gif) repeat-x center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative;
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	left: -1px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
background-image: url(images/background_ombre.png);
padding: 5px;
}

.applemenu div.menu1{
height: 180px;
}

.applemenu div.menu2{
height: 250px;
}

.applemenu div.menu3{
height: 150px;
}

.applemenu div.menu4{
height: 90px;
}

.applemenu div.menu5{
height: 50px;
}
