@charset "utf-8";
/* CSS Document */

.applemenu{
margin: 5px 0;
padding: 0;
width: 220px; /*width of menu*/
border: 1px solid #dedede;
}

.applemenu div.silverheader a{
background: black url(../images/negri/silvergradient.gif) repeat-x center left;
font: normal 15px Georgia, "Times New Roman", Times, serif;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 0;
padding-left: 30px;
text-decoration: none;
text-align:left;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: black;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/negri/silvergradientover.gif);
color: black;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 10px;
height:145px;
line-height:24px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}