@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";


/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
 
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
 /* padding: 1px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);*/
}


#cssmenu > ul > li {
  border-bottom:1px dashed #e4e4e4; background:url(../../images/body2-left-li.png) left 11px top 8px no-repeat; line-height:30px; padding-left:0px;
}



#cssmenu > ul > li:last-child {
   border-bottom:none;
}
#cssmenu > ul > li > a {
  font-size: 13px;
  display: block;
  color: #000;
  font-family:Arial, Helvetica, sans-serif;
  background-position:center;
  padding:0px 0px 0px 15px;
  
}

#cssmenu > ul > li > a:hover{ background:url(../images/ulbg.jpg) left top repeat-x; background-position:center;}

#cssmenu > ul > li > a > span {
  display: block;
  padding: 6px 10px;
  
  
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {


   background:#e7f6ff url(../../images/body2-left-li.png) left 11px top 8px no-repeat;
  color: #000;
}

#cssmenu > ul > li.active > a span {
  
}
#cssmenu > ul > li.has-sub > a span {
  background:url(../../images/plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../../images/less.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
 
  display: none;
}
#cssmenu ul ul li {

}
#cssmenu ul ul a {
  display: block;
  color: #363636;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
   line-height:25px;
  margin-bottom:1px;
  background:url(../../images/body2-left-li.png) left 25px center no-repeat;
  border-bottom:1px dashed #CCCCCC;
  padding-left:45px;
}

#cssmenu ul ul .active{
  display: block;
  color: #363636;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
   line-height:25px;
  margin-bottom:1px;
  background:#e7f6ff url(../../images/body2-left-li.png) left 25px center no-repeat;
  border-bottom:1px dashed #CCCCCC;
  /* padding-left:45px; */ padding-left:0px;
}



#cssmenu ul ul a:hover {
  background:#e7f6ff url(../../images/body2-left-li.png) left 25px center no-repeat;
}

 














