.LeftContent{font-family: Arial, Verdana,sans-serif; }
.applemenu{width: 100%; /*width of menu*/  margin-bottom:50px;  margin-top:1px;}

.applemenu div.silverheader a , .applemenu div.silverheader{
background:#CCC;
font: normal 12px Tahoma; 
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 0px;
height:25px;
line-height:25px;
text-decoration: none; margin-bottom:1px; text-indent:30px;
}

.applemenu div.silverheader a{padding-left: 0px; font-family: Arial, Verdana,sans-serif;}

.applemenu div.silverheader a{color: #333;font-family: Arial, Verdana,sans-serif;}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background:#000;
color:#fff; font-weight:bold;
font-family: Arial, Verdana,sans-serif; 
}

.applemenu div.selected , .applemenu div.silverheader:hover 
{
font-family: Arial, Verdana,sans-serif; 
color:#fff;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white; 
width:100%;  padding:0; margin:0; 
 /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.submenu ul {  list-style-type:none;  padding:10px; margin:0px;text-indent:19px;  }
.submenu ul li a { font-size:8.5pt; height:15px; line-height:18px;color:#333;  }
.submenu ul li a:hover {  text-decoration:underline; color:#000; }


