@charset "UTF-8";
/* CSS Document */

.applemenu{
	padding: 0;
	width: 230px; /*width of menu*/
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}

.applemenu div.silverheader a{
	background: black url(ssi/silvergradient.gif) repeat-x center left;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(ssi/silvergradient.gif);
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(ssi/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
padding: 15px;
/*height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.submenu{
color: #333333;
font: normal 11px Helvetica, Arial, sans-serif;
line-height:13px

}
.submenu a{
color: #660000;

}

