.applemenu{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 180px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.applemenu div.silverheader a, .applemenu div.silverheader a:link, .applemenu div.silverheader a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	display: block;
	font-size: 17px;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: -1px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-weight: normal;
}

.applemenu div.silverheader a:hover{
	color: #999999;/*this is the roller colour of main buttons*/
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	height: 190px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	text-decoration: none;
}
.applemenu  .submenu  a, .applemenu  .submenu  a:link {
	color: #666666;
	line-height: 25px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.6px;
}
.applemenu .submenu a:hover {
	color: #999999;
}
.applemenu  div.silverheader  a, {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	display: block;
	font-size: 15px;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

