#mainMenu {
  list-style-type: none;
  margin: 0px;
  padding: 10px 7px 7px 7px;
  border: none; 
  display: block;
  background: transparent url(../design/menubg.jpg) top left no-repeat;
  font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align:left;
}

#mainMenu li.lev1 {
  border: none;
  padding: 4px;
  padding-left: 20px;
  border-top: none;
  display: block;
  background: transparent url(../design/butmb.gif) center left no-repeat;
}

#mainMenu li.lev2 {
  border: none;
  padding: 4px;
  padding-left: 20px;
  border: none;
  display: block;
}

a:link.mm1, a:visited.mm1 {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a:hover.mm1, a:active.mm1 {
  font-weight: bold;
  text-decoration: none;
  color: #FFDE3D;
}

a:link.mm2, a:visited.mm2 {
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}

a:hover.mm2, a:active.mm2 {
  font-weight: normal;
  text-decoration: none;
  color: #FFDE3D;
}