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

.applemenu div.silverheader a{
	background: url(../images/menubg.gif) no-repeat left 1px;
	color: #F7F7F7;
	display: block;
	position: static; /*To help in the anchoring of the ".statusicon" icon image*/
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height:25px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:5px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-position: left -26px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	width:150px;
	margin-left:15px;
}
