#mainMenu {
  background-color: #FFF;
  float:left;
  color: #333;
  width: 196px;
  padding-top: 10px;

  
}

#menuList {
  margin: 0px;
  float:left;
  /*padding: 10px 0px 10px 15px;*/
}

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

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

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

a.actuator {
  background-color: #9ADDF0;
  color: #000;
  font-size: 12px;
  padding: 3px 0 3px 5px;
  /*border-left: 10px solid #9ADDF0;
  border-right: 10px solid #9ADDF0;*/
  
  color: #000;
  text-decoration: none;
  width: 21px;
  font-size: 12px;
  font-weight: normal;
  float:left;
  margin: 2px 0 0 0;
  
  
  
}
a.actuator_link
{
 float: left; width: 155px; background-color: #9ADDF0; display:block; padding: 3px 0 3px 15px; margin: 2px 0 0 0; color: #09508E;
}
a.actuator_link:hover
{
color: #333333;	/*background-color: #2586d7;*/ font-weight:bold; text-decoration: underline;
}

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

.menu li a {
  color: #000;
  font-size: 12px;
  padding-left: 0px;
  text-decoration: none;
  padding: 3px 0 3px 5px;
  background-color: #CBEBFA;
  border-left-color: #CBEBFA;
  border-right-color: #CBEBFA;
  margin: 2px 0 0 0;
  width: 21px;
  float: left;

}
.menu a.actuator_link
{
 float: left; width: 145px; background-color: #CBEBFA; display:block; padding: 3px 0 3px 25px; margin: 2px 0 0 0;
}
.submenu li a {
  color: #000;
  font-size: 12px;
  padding-left: 0px;
  text-decoration: none;
  padding: 3px 0 3px 35px;
  background-color: #CBEBFA;
  border-left-color: #CBEBFA;
  border-right-color: #CBEBFA;
  margin: 2px 0 0 0;
  width: 161px;
  float: left;

}

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

span.key {
  text-decoration: underline;
}









