
#menuList {
  margin: 0;
  padding: 0;
}

.menubar, .menu, .submenu {display:block;}

li.menubar {
  font-size: 12px;
  line-height: 1.5em;
  list-style: none outside;
  margin: 0;
  padding:0;
}

.menu, .submenu {
  display: none;
  margin-left: 15px;
  padding: 0px;
}

.menu li, .submenu li {
  list-style: none outside;
}

a.actuator {
  color: #33CC00;
  font-weight:bold;
  margin:0;
  padding: 2px 5px 2px 14px;
  display:block;
  background: url(../grfx/vn_b.gif) left center no-repeat;
}

a.actuator:hover {
  background: url(../grfx/vn_b_h.gif) left center no-repeat; /* */
}

.menu li a, .submenu li a {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

.menu li a:hover, submenu li a:hover {
  /*border-bottom: 1px dashed #000;*/
  text-decoration: underline;
}

span.key {
  text-decoration: underline;
}








