@charset "utf-8";
/* CSS Document */

.applemenu{
margin: 0px 0;
padding: 0;
}
.silverheader{
border-bottom: 1px solid silver;
}

.applemenu div.silverheader a{
background: url(../images/accordionheadbg.gif) no-repeat center left;
font: bold 11px Arial, Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #326693;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
padding:6px 5px 6px 35px;
background-color:#eeeeee;
}


/*.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #f7aa39;
}*/


.applemenu div.selected a, .applemenu div.silverheader a:hover{
color: #008fd1;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: url(../images/accordioncontentbg.gif) repeat-x bottom;
padding: 10px;
height: 200px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
overflow:auto;
overflow-x:hidden;
font-size:11px;
text-align:justify;
}

.applemenu div.submenu ul.recent li{display:block; padding:7px 8px; border-bottom:1px dashed #e6e6e6; font-size:11px; font-weight:normal; height:40px;}
.applemenu div.submenu ul.recent li span{float:left;}
.applemenu div.submenu ul li{display:block; padding:7px 8px; border-bottom:1px dashed #e6e6e6; font-size:11px; font-weight:normal;}
.applemenu div.submenu ul li a{font-weight:bold; color:#5f8cbf;}
.applemenu div.submenu ul li a:hover{color:#f7aa39;}

