@charset "utf-8";
/* CSS Document */

.applemenu{
margin: 5px 10px;
padding: 0;
width: 760px; /*width of menu*/
border: 0;
}

.applemenu div.silverheader a{
background-image:url(img/blueacord.png);
background-color:#7d9aff ;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color:#949494;
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.selected a, .applemenu div.silverheader {
background-image:url(img/blueacord.png);
background-color:#fdbf44;
color:#d18329;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background-image:url(img/acordbg.png);
background-repeat:no-repeat;
padding:20px 25px 25px 25px;
height: 310px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
