﻿.applemenu{
margin: 5px 0;
padding: 0;
width: 235px; /*width of menu*/

}

.applemenu div.silverheader a{
display:block;

font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: Black;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
padding: 5px 0;
padding-left: 8px;
text-decoration: none;

}
.MenuItem
{
background-image:url('images/item-bg.jpg');
height:33px;
width:235px;
font-family:Tahoma,arial;
font-size:11px;	

}

.MenuHeader
{
font-family:Tahoma,arial;
font-size:12px;	
font-weight:bold;
background:url('images/top-head.jpg');
width:235px;
height:36px;


}


.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

