#top_menu {
  z-index: 100;
}

#top_menu li {
  list-style: none;
  background: none;
  padding: 0px;
}

/* common styling */
#top_menu ul li a, 
#top_menu ul li a:visited {
  display: block; 
  border: 0;
  padding: 0px 15px;
  width: auto; 
  height: 40px; 
  

  text-decoration: none;
  text-align: center;
  color: #b0b5ae; 
  line-height: 26px; 
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
}

#top_menu ul {
  padding: 0; 
  margin: 0;
  list-style-type: none; 
}

#top_menu ul li {
  position:relative;
  float: left; 
}

#top_menu ul li ul {
  display: none;
}

#top_menu ul li:hover {
  background: url(../images/top_menu_hover_bground2.png) repeat top left;
}

#top_menu ul li:hover ul {
  display: block; 
  position:absolute; 
  top: 44px;
  left: 0;
  width:122px;
}

/* right menu */
.right_menu {
  background-color: #fff;
}

.right_menu ul li {
  padding-left: 15px;
  padding-bottom: 2px;
  background: url(../images/menu_bullet.png) no-repeat -15px 0px;
}


.right_menu ul {
  padding-top: 2px;
}

.right_menu ul li.active {
  background: url(../images/menu_bullet.png) no-repeat -1px -16px;
}

.right_menu ul li.active > a {
  color: #000;
}

