/* ################# MAIN AND SUB MENU SYSTEM ################# QM:  */
.mainlevel {
  display          : block;
  height           : 35px;
}

a.mainlevel:link, a.mainlevel:visited {
  background       : url(../images/main_menu_back_2.gif) ;
  text-decoration  : none;
  color            : #ffffff;
  vertical-align   : middle;
  text-indent      : 35px;
  line-height      : 35px;
  font-family      : Arial, Helvetica, sans-serif;
  font-weight      : bold;
}

a.mainlevel:hover {
  background       : url(../images/main_menu_back_2.gif) ;
  background-position: 0px 35px;
  text-decoration  : none;
  color            : #000000;
}

a.mainlevel#active_menu {
  background       : url(../images/main_menu_back_2.gif) ;
  background-position: 0px 35px;
  text-decoration  : none;
  color            : #000000;
}

a.mainlevel#active_menu:hover {
}


.sublevel {
  font-size        : 10px;
}

a.sublevel:link, a.sublevel:visited {
  text-decoration  : none;
}
