body {
  font-family: verdana, helvetica, arial, sans-serif;
}

#mainMenu {
  border: 0px;
  width: 134px;
}

#mainMenu2 {
  border: 0px;
  width: 134px;
}

#menuList {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

li.menubar {
  background: url(/images/plus.gif) no-repeat 0em 0.3em;
  font-size: 12px;
  line-height: 1.5em;
  list-style: none outside;
}

.menu, .submenu {
  display: none;
  margin-left: 0px;
  padding: 0px;
}

.menu span, .submenu span {
  background: url(/images/square.gif) no-repeat 0em 0.3em;
  list-style: none outside;
}

a.actuator {
  background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none
}

a.actuator:hover {
  text-decoration: underline;
}

.menu span a, .submenu li a {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 0px;
  text-decoration: none;
}

.menu span a:hover, submenu li a:hover {
  /*border-bottom: 1px dashed #000;*/
  text-decoration: underline;
}

span.key {
  text-decoration: underline;
}