
ul#menu {
  width: 225px;
 list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin-left:5; /* cant get netscape to indext here, my solution line 36 */
  padding: 0;
}

ul#menu li, 
  ul#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0D68AF;
}

ul#menu li {
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "******";  /* cant get netscape to indext here, my solution */
  color:#FFFFFF;

}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
	color: #9ED658;
}

ul#menu a.active {
  color: #9ED658;
}