#menu {
  width: 185px;
  min-height: 735px;
  height: auto !important;
  height: 735px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
  line-height: 2em;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-family: Arial, verdana, sans-serif;
}

#menu a {
  text-decoration: none;
  background: url(images/arrow2.gif) no-repeat 5px 2px;
  padding-left: 20px;
  color: #fff;
}

#menu div {
	font-size: 11px;
	line-height: 1.6em;
	padding-left: 12px;
	}

#menu div a{
  background:url(images/arrow.gif) no-repeat 5px 4px;
}

#menu div a:hover {
  font-weight: bold;
  }


#menu a:hover {
  color: #222;
  font-weight: bold;
  background:url(images/arrow.gif) no-repeat 5px 4px;

}

#menu a.active {
  color: #ffba00;
  font-weight: bold;
}
