.applemenu{
	padding: 5;
	width: 293px;
	background-color: #CCCCCC;
	display: block;
	margin-right: 0;
	margin-left: 0;
}

.applemenu div.silverheader a{
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 65px;
	text-decoration: none;
	background-image: url(silver.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: #000000;
	text-decoration: none;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(silver-over.gif);
color: #840000;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 5px;
	height: 175px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(sub-menuBG.gif);
	background-repeat: repeat-x;
}
.applemenu div.submenu2 {
	padding: 5px;
	height: 138px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 55px;
	margin-right: 25px;
	font-weight: normal;
}
.silverheader2 {
	color: #840000;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 4px;
	padding-bottom: 2px;
}
