﻿.applemenu{
    margin: 0px;
    padding: 0;
    width: 550px; /*width of menu*/
    border: 1px solid #9A9A9A;
    height: 350px;
    clear: both;
    z-index: 6000;
}

.applemenu div.silverheader 
{
    z-index: 6000;
}

.applemenu div.silverheader a{
    border: thin solid #CCCCCC;
    font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
    color: #000000;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 3px 0 3px 8px;
    text-decoration: none;
    background-color: #FFFFFF;
    font-weight: bold;
    z-index: 6000;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
    /*background-image: url(/images/silvergradientover.gif);*/
background-image: url(/images/menu_standard.jpg);
    color: #000000;
}

.applemenu div.submenu{
    /*DIV that contains each sub menu*/
background: white;
    padding: 5px;
    height: 100px;
    width: 540px;
}

