#parent {
  background:url('../images/plus.png') no-repeat scroll 0 9px;
  float: right;
  height: 21px;
  width: 19px;
}
#outer_ul {
  padding-left:6px;
  width: auto;
}
#outer_ul li {
  margin: 0 0 0 3px;
  
  
  background: url("../images/arrow_item.gif") 0 12px no-repeat;
  /*border-bottom: 1px solid #E0E0E0;
  line-height: 25px;
  padding: 0 0 0 13px;
  */
  
  font-size: 12px;
  line-height: 1.35;
  font-family: Open Sans;
  padding: 6px 8px 10px 19px;
}
#outer_ul li em{
    cursor: pointer;
    margin-top: -5px;
}
#outer_ul li a{
    text-decoration: none;
    color: #818181;
}
#outer_ul li a:hover{
    text-decoration: underline;
}

#outer_ul li .selected a{
    color: black;
    font-weight: bold;
}

#cbp-spmenu-s1 {
	background-color:#efefef;
}