#sNav {
  margin-bottom: 30px;
}
#sNav li a {
  display: block;
  padding: 10px 0 10px 12px;
  border: 1px solid #dadada;
  border-top: none;
  color: #333;
  text-decoration: none;
}
#sNav li a:hover {
  background-color: #EDF1F4;
  color: #333;
  text-decoration: none;
}
#sNav li.sub a {
  /*background-image: url("/css/images/lnav.gif");*/
  line-height: 34px;
  padding-left: 40px;
}
#sNav li.sub a:hover {
  background-position: 0 -34px;
}
#sNav li span {
  display: block;
  line-height: 30px;
  padding-left: 10px;
  /*background: url("/css/images/bg_snav_tit.jpg") repeat #c1cfd8;*/
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  font-weight: bold;
  color: #fff;
}
.right-menu .page-title-header {
  background: #004098;
  color: #fff;
  padding-top: 23px;
  text-align: left;
  font-size: 22px;
  padding-left: 12px;
}
.right-menu .page-title-header i {
  font-size: 16px;
}
