.applemenu{
	margin: 0 0;
	padding: 0;
	width: 205px; /*width of menu*/
}

.applemenu div.silverheader a, div.silver{
	background:url(bl.jpg) top left repeat-x;
	color: white; height:22px;
	font-size:14px; 
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 8px;
	text-decoration: none;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	font-size:14px;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background:url(bl.jpg) top left repeat-x;
	color: white;
}


