



#mainMenu {

 line-height: 16px;font-size: 13px; font-family: arial, sans-serif;

  margin-left:3px;
  /*n margin-right:3px; */
margin-top:0px;

}

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


li.menubar {
  background: url(plus.gif) no-repeat 0em 0.3em;
  font-size: 12px;
  line-height: 1.5em;
padding-left: 15px;   /* new change */
  list-style: none outside;

}

.menu, .submenu {
  display: none;
  padding: 0px;
  margin-left: 2px; /*new edit previous value 15 */

}  


.menu li, .submenu li {
  background: url(square.gif) no-repeat 0em 0.3em;
  list-style: none outside;
padding-left: 15px;   /* new change */
font-family: verdana, helvetica, arial, sans-serif; 
}

.single{
 list-style: none outside;
background: url(square.gif) no-repeat 0em 0.3em;
padding-left: 15px;   /* new change */
}


a.actuator,  .single a{
 
font-family: verdana, helvetica, arial, sans-serif; 
  font-size: 11px;
  font-weight:bold;	
  /*deleted padding-left: 15px; */
  text-decoration: none;
}

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

li a:link { color: #3d648b; }
li a:visited { color: #3d648b; }
li a:hover, a:active { color: #3d648b; }
	

.menu li a, .submenu li a {

font-family: verdana, helvetica, arial, sans-serif; 
  font-size: 10px;
  font-weight:bold;	
    /* deleted padding-left: 15px;*/
  text-decoration: none;
}

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

}

span.key {
  text-decoration: underline;
}




.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { display:block; border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 




