.applemenu{
  margin: 5px 0;
  padding: 0;
  width: 100%; /*width of menu*/
}

.applemenu div.silverheader{
  background: #2d6f90;
  font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
  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;
  border-bottom:1px solid #ffffff;
  color:#ffffff;
}

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

.applemenu div.selected, .applemenu div.silverheader:hover{
  background: #1f4d64;
  font-weight:bold;
	color:white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
  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-color: #f0f8ff;
}
.applemenu div.submenu ul, .applemenu div.submenu dt,.applemenu div.submenu ol{ /*DIV that contains each sub menu*/
  margin-left:40px;
}
