ul#menu {
  width: 175px;
  list-style-type: none;
  border-top: solid 0px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
  border-bottom: solid 0px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}

.navItem{
	margin-bottom: 2px;
	color: 0000cc;
	}

.navItem a{
	font-family: veranda, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	color: #785a3c;
	background: url('../imgs/arrow.gif') no-repeat;
	background-position: 0px 4px;
	}

.navItem a:hover{
	text-decoration: none;
	color: #539dbc;
	background: url('../imgs/sel_arrow.gif') no-repeat;
	background-position: 0px 4px;
	}