#topNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#topNav ul li {
  margin: 8px 0 0 0;
  padding: 0;
  float: left;
  background: transparent url('../img/topmenu.jpg') right top no-repeat;
}

#topNav ul li.active {
  background: transparent url('../img/topmenu_a.jpg') right top no-repeat;
}

#topNav ul li a {
  float: left;
  padding: 7px 11px 7px 10px;
  color: #AC3610;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent url('../img/rcorner_topmenu.jpg') left top no-repeat;
}

#topNav ul li a:hover {
  color: #212121;
}

#topNav ul li.active a, #topNav ul li.active a:hover {
  color: #AC3610;
  background: transparent url('../img/rcorner_topmenu_a.jpg') left top no-repeat;
  text-decoration: underline;
}

#leftMenu {
	display: block;
	margin: 0 0 20px 0;
}

#leftMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#leftMenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  height: auto !important;
  min-height: 26px;
  height: 26px;
  background: transparent url('../img/border.gif') bottom left repeat-x;
}

#leftMenu ul li a {
  display: block;
  padding: 0 0 0 5px;
  color: #af0000;
  font-weight: bold;
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  line-height: 26px;
  vertical-align: middle;
}

#leftMenu ul li a:hover, #leftMenu ul li a.active {
  color: #212121;
}

#bottomNav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 500px;
  clear: both;
}

#bottomNav ul li {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  float: left;
  color: #AC3610;
}

#bottomNav ul li a {
  float: left;
  padding: 0 8px;
  color: #AC3610;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

#bottomNav ul li.active a {
  text-decoration: underline;
}

#bottomNav ul li a:hover {
  text-decoration: none;
  color: #212121;
}