﻿.applemenu{
    margin: 0px 0;
    padding: 0;
    width: 265px; /*width of menu*/
    border-top:0px solid #324973;
    border-left:1px solid #324973;
    border-right:1px solid #324973;
    border-bottom:1px solid #324973;
}

.applemenu div.silverheader a{
    /*background: black url(images/silvergradient.gif) repeat-x center left;*/
    background: black url(../images/bgBarra25.png) repeat-x center left;
    /*font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;*/
    font: bold 12px arial;
    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;
    text-align:left;
}


.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/bgBarra35.png);
    color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
    background: white;
    padding: 1px;
    text-align:left;
    /*height: 300px;*/ /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.menuItemLevel1
{
    font-family:Arial;
    color:#f07611;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    cursor:pointer;
    padding-left:10px;
}

.menuItemLevel2
{
    font-family:Arial;
    color:#324973;
    font-size:11px;
    font-weight:normal;
    text-align:left;
    cursor:pointer;
    padding-left:20px;
}

.menuItemLevel3
{
    font-family:Arial;
    color:#f07611;
    font-size:11px;
    font-weight:normal;
    text-align:left;
    cursor:pointer;
    padding-left:30px;
}