body {
	font-family: arial;
	color: #333333;
}

#mainMenu {
  background-color: #EEE;
  color: #000;
  width: 213px;
  height:300px
}

#menuList {
  margin: 0px;
  padding: 10px 0px 10px 15px;
}

li.menubar {
  background: url(img/arrow.jpg) no-repeat 0em 0.3em;
  color: #333333;
  font-weight: 400;
  font-size: 12px;
  padding: 0px 0px 10px 0px;
  line-height: 1.5em;
  list-style: none outside;
}

.menu {
  display: none;
  margin-left: 15px;
  padding: 10px 10px 10px 5px;
}

.menu li {
  background: url(img/square.gif) no-repeat 0em 0.3em;
  padding: 0px 0px 5px 0px;
  list-style: none outside;
}

a.actuator {
  background-color: transparent;
  color: #000;
  font-size: 14px;
  padding-left: 15px;
  text-decoration: none;
}

a.actuator:hover {
  text-decoration: underline;
  color:#B81F23;
  font-weight:bold
}

.menu li a {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

.menu li a:hover {
  border-bottom: 1px Solid #000;
  font-weight: 600;
  color:#B81F23;
}

span.key {
  text-decoration: underline;
}
