@charset "utf-8";
.applemenu{
margin: 5px 0;
padding: 0;
width: 180px; /*width of menu*/
}

.applemenu div.silverheader a{
background: url(images/plusbullet.gif) no-repeat center left;
font: normal 12px Arial, Helvetica, sans-serif;
color: #c94208;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 18px;
text-decoration: none;
border-bottom:1px solid #e6e6e5;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #c94208;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
background: url(minusbullet.gif) no-repeat center left;
color: #c94208;
font-weight:bold;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
line-height:0px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu ul{ /*DIV that contains each sub menu*/ 
padding-left:30px; 
margin:5px;

}
.applemenu div.submenu li{ /*DIV that contains each sub menu*/ 
 
padding-left:0px;
border-bottom:1px solid #e6e6e5;
list-style:none;
margin:0px;
padding:4px 0;
}

.applemenu div.submenu li a{ /*DIV that contains each sub menu*/ 
color:#c94208;
font: normal 12px Arial, Helvetica, sans-serif;
text-decoration:none;
}
