<style type="text/css">

.applemenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #dddddd;
}

.applemenu div.silverheader a{
background: black url(silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, 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: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: #eeeeee;
	padding: 5px;
	height: 230px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
a.foot:link {
	color: #FFF;
	font-size: 9pt;
	font-weight: normal;
	font: arial, helvetica, sans-serif;
}
a.foot:visited {
	color: #36C;
	font-size: 9pt;
	font-weight: normal;
	font: arial, helvetica, sans-serif;
}
a.foot:hover {
	text-decoration: none;
	color: #CCC;
	font-size: 9pt;
	font-weight: normal;
	font: arial, helvetica, sans-serif;
}
a.foot:active {
	color: #000;
	font-size: 9pt;
	font: arial, helvetica, sans-serif;
} 

</style>