#SideMenu {
  padding-left: 20px;
}
#SideMenu ul {
	list-style-image:none;
	list-style: none;
}
#SideMenu ul a{
color: #333;
font-size: 11px;
}

#SideMenu ul ul a{
color: #999;
font-size: 11px;
}
#SidemenuList {
  margin: 0px;
  padding: 10px 0px 10px 15px;
}

li.Sidemenubar {
  background: url(img/square4.gif) no-repeat 0em 0.3em;
  font-size: 12px;
  line-height: 1.5em;
  /*list-style: none outside;*/
}

li.Sidemenubar-plus {
  background: url(img/plus4.gif) no-repeat 0em 0.3em;
  font-size: 12px;
  line-height: 1.5em;
  /*list-style: none outside;*/
}

.Smenu {
  display: none;
  margin-left: 15px;
  padding: 0px;
}

.Smenu li {
  background: url(img/square4.gif) no-repeat 0em 0.3em;
  list-style: none outside;
}

a.actuator {
  background-color: transparent;
  padding-left: 15px;
  text-decoration: none;
}

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

.Smenu li a {
  background-color: transparent;
  color: #999;
  padding-left: 15px;
  text-decoration: none;
}

.Smenu li a:hover {
  border-bottom: 1px dashed #999;
  text-decoration: none;
}

/*span.key {
  text-decoration: underline;
}*/

.cursor{
	cursor:default;
}






