.applemenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
float: left;
}

.applemenu div.silverheader a{
background: black url(../images/bluegradient.png) repeat-x center left;
/*font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;*/
font: normal 13px Calibri, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited{
color: white;
}

.applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/redgradient.png);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
/*background: white;
padding: 5px;
height: 300px;*/ /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	background: white;
	margin-left: 0;
	padding-left: 5px;
	list-style: none;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #15378D;
}


.applemenu div.submenu li {
	margin-top: 2px;
	padding-left: 0;
	padding-top: 3px;
	/*background-image: url(list_arrow.png);*/
	background-repeat: no-repeat;
	background-position: 0 .5em;
	list-style: none;
	color: #E42336;
	border-bottom: 1px solid #15378D;
}

.applemenu div.submenu ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 5px;
}

.applemenu div.piSubmenu ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 5px;
}

.applemenu div.submenu a {
	display: block;
	text-decoration: none;
	color: #15378D;
}

.applemenu div.submenu ul li a:hover {
	/*text-decoration: underline;*/
	background: #FFEA49;
	color: #15378D;
}
