.applemenu
{
	padding: 0;
	width: 180px; /*width of menu*/
	border: 1px solid #ffffff;
}

.applemenu div.silverheader a
{
	background: #ffeb66 url(silvergradient.gif) no-repeat;
	font:8pt Tahoma;
	font-weight: bold;
	color:#333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	height:21px;
	border-top:1px solid #bcc4cc; 
	padding:8px 0px 0px 28px;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active
{
	color: black;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover
{
	background: #e8e8e8 url(silvergradientover.gif) no-repeat;
	color: black;
}

.applemenu div.submenu
{ /*DIV that contains each sub menu*/
    background: white url(slidemenu_cellbgr.gif) repeat-x; 	
	font:11px Tahoma; 
    padding: 10px;
	text-align:center;
	height: 280px;
}