﻿.applemenu{
margin: 5px 0;
padding: 0;
width: 180px; /*width of menu*/
border: 1px solid #9A9A9A;

}

.applemenu div.silverheader {
background: black url(black.png) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: static; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;

}


.applemenu div.silverheader :visited, .applemenu div.silverheader :active{
color: white;
}


.applemenu div.selected , .applemenu div.silverheader :hover{
background-image: url(blue.png);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
background: #eee8da;
position :static;
padding: 5px;
height: auto ; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

/*.applemenu div.submenu a:visited, .applemenu div.submenu a:active{
color: Gray ;
}*/

.applemenu div.submenu a:hover
{
	color: White ;
	 background-color:Red ;}

.applemenu div.content
{
	border-bottom : 1px solid #999999;
}

