/*left menu styles    */
.applemenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
}

.applemenu div.silverheader a{
font: bold normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
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;
margin: 0; padding-bottom:10px; background-image: url(../images/menu.gif); list-style-type: none;
padding: 5px;
color:#1b2f64;
}

.applemenu div.silverheader a:hover{
background-image: url(../images/menu.gif) 0 -32px;
color:#000000;
}


.applemenu div.submenu{ /*DIV that contains each sub menu*/
padding: 1px;

/*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}


.applemenu div.submenu1{ /*DIV that contains each sub menu*/
font: bold normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
background-image: url(../images/sub_menu.gif);
padding: 0px;
height: 30px;
color:#FFFFFF;

 /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.applemenu div.submenu1:hover{
color:#273456;
background-image: url(../images/sub_menu.gif) 0 -32px;

}

.applemenu div.submenu1 a{ /*DIV that contains each sub menu*/
font: bold normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
padding: 1px;
height: 30px;
color:#FFFFFF;
 /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu1 a:hover{ /*DIV that contains each sub menu*/
font: bold normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
padding: 1px;
height: 30px;
color:#273456;
 
 /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

/* CSS Document */

