#mainMenu {
	background-color: #FFFF33;
	border: 1px solid #CCC;
	color: #000;
	width: 234px;
	left: 730px;
	top: 155px;
	position: absolute;
	font: normal 11px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#menuList {
	margin: 0px;
	padding: 10px 0px 10px 3px;
	font-variant: normal;
	text-transform: none;
}

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

.menu, .submenu {
  padding: 0px;
}

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

a.actuator {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

a.actuator:hover {
	color: #993300;
	border: 1px dotted #990000;
}

.menu li a, .submenu li a {
	background-color: transparent;
	color: #000;
	padding-left: 15px;
	text-decoration: none;
	font: normal 11px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

.menu li a:hover, submenu li a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #99FF00;
	border: 1px dotted #990000;
}

span.key {
  text-decoration: underline;
}

