#nav {
  background: url() no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #01384f bottom left url() no-repeat;
}
#nav li {
  list-style: none;
font: 12px verdana, arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px url(images/arr_white.gif) no-repeat;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  font: 12px verdana, arial, sans-serif;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
font: 12px verdana, arial, sans-serif;
  color: #BE8B06;
  text-decoration: underline;
  font-weight: bold;
  border-left: 2px solid #FFFFFF;
  padding-left: 5px;
  display: block;
  width: 90%;
  background: 188px 10px url(images/arr_white1.jpg) no-repeat;
  padding: 2px 0 6px 8px;
  }
#nav .important {
  border: none;
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #E9C379;
}

