
.submenu{display: none}


.applemenu{
margin-top:0px;
 padding:0px 0px 0 0px; /*width of menu*/
}

.applemenu div.silverheader a{
	font: bold 12px arial;
	display: block;
	color:#3d3d3d;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0 7px 22px;
	line-height:20px;
	text-decoration: none;
	background-image: url(../../images/tick.png); 
	background-repeat:no-repeat;
	background-position:left center; border:0px;

}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
font: bold 12px arial; 
display: block; color:#c43d2a;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0 7px 22px; line-height:20px;

text-decoration: none;}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
font: bold 12px arial; 
display: block; color:#c43d2a;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0 7px 22px; line-height:20px;

text-decoration: none; border:0px;}

.applemenu div.submenu{
	color:#3d3d3d;
	font-family:arial;
	font-size:12px;
	padding:0px 0px 0px 16px;
	margin:0px 0px 0px 5px;

 
}

.applemenu div.submenu ul{ margin:0px; padding:0px; }

.applemenu div.submenu ul li{
background-image: url(../../images/bullet.png); 
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3d3d3d;
	list-style:none;
	line-height:19px; padding-left:15px;

}