.applemenu{
margin: 0;
padding: 0;
width: 190px; /*width of menu*/
}

.applemenu div.silverheader {
font: bold 1.1em Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, 
sans-serif;
color: #000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
margin-bottom: 3px;
line-height: 1.2em;
text-decoration: none;
text-align: right;
}

.applemenu div.silverheader a:active {
background-color: #000;
	color: #fff;
}


.applemenu div.selected {
background-color: #000;
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #ccc;
text-align: right;
padding-right: 10px;
/* height: 300px; 
Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"
*/
}

