body {
	font-family: helvetica, arial, sans-serif;
	color: #FFFFFF;
}

#mainMenu {
  align:left;
}

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

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: 10px;
  padding: 0px;
}

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

a.square {
  background: url(../images/square.gif) no-repeat 0em 0.3em;
	color: #FFFFFF; /*#000; */
	font-size: 12px;
	text-decoration: none;
	padding-left: 12px;
}

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


a.actuator {
	color: #FFFFFF; /*#000; */
	font-size: 12px;
	text-decoration: none;
	padding-left: 12px;
}

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

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

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

span.key {
  text-decoration: underline;
}
