.applemenu{
	width: 100%;
	display: block;
}

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


.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;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	height: 100%; /*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: 0.9em;
	color: #666666;
	background-image: url(sub-menuBG.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
li {
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.applemenu div.submenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-left: 20px;
	margin-right: 10px;
	font-weight: normal;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.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: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 4px;
	padding-bottom: 2px;
}

