.sidebar
{
    FLOAT: left;
    WIDTH: 155px;
    FONT-SIZE: 13px;
    FONT-FAMILY: Verdana , Arial, Helvetica, sans-serif;
}
.sidebar UL
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    LINE-HEIGHT: normal;
    PADDING-TOP: 0px;
    LIST-STYLE-TYPE: none
}
.sidebar P
{
    MARGIN: 0px;
    LINE-HEIGHT: normal
}
.sidebar A
{
    color: #0000ff;
    text-decoration: none;
}
.sidebar A:hover
{
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    color: #0099ff;
    border-bottom: medium none;
}
.sidebar UL LI
{
    MARGIN-BOTTOM: 10px;
    BORDER-BOTTOM: #652a17 1px dotted;
}

.applemenu
{
    margin: 0px 0;
    padding: 0;
    width: 170px; /*width of menu*/
    border: 1px solid #9A9A9A;
    float:left;
}

.applemenu div.silverheader a
{
    background: url(Images/silvergradient.gif) black repeat-x left center;
    font: normal 12px Tahoma, "Lucida Grande" , "Trebuchet MS" , Helvetica, sans-serif;
    color: white;
    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.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);
    color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: black;
padding: 5px;
}

