body {
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 11px; 
	color: #555555; 
	/*line-height: 150%;*/
}

#mainMenu {
  background-color: #FFFFFF;
  border: 0px solid #CCC;
  color: #555555;
  width: 150px;
  margin: 0px;
}

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

li.menubar {
/*  background: url(images/closedfolder.gif) no-repeat 0em 0.3em;*/
	/*list-style-image: url(images/closedfolder.gif);*/
  font-size: 11px;
/*  line-height: 0.5em;*/
  list-style: none outside;
}
li.menubarRot {
/*  background: url(images/closedfolder.gif) no-repeat 0em 0.3em;*/
/*	list-style-image: url(images/openfolder.gif);*/
  font-size: 11px;
/*  line-height: 1.5em;*/
  list-style: none outside;
}
.menu, .submenu {
  display: none;
  margin-left: 10px;
  padding: 0px;
}

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

a.actuator {
  background-color: transparent;
  color: #555555;
  font-size: 11px;
  /*padding-left: 12px;*/
/*  text-decoration: none;*/
  text-decoration: underline;
}

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

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

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

span.key {
  text-decoration: underline;
}








