@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);



.switch ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.switch a{
	color: #000000 !important;
}

.demo .title{
	color: #ffffff !important;
	font-size: 110%;
	font-weight: 600;
	padding-left: 23px;
}

.demo {
  margin: 0; }
  .demo a {
    display: block; }
  .demo .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 0px solid #eaeaea; }
    .demo .child .menu {
      background: #eaeaea;
      color: #5e5e5e; }
      .demo .child .menu:hover {
        background: #d0d0d0; }
    .demo .child > li {
      margin: 4px 0;
      padding: 0 16px;
      border-bottom: 1px dotted #eeeeee; }


    .child01 li:last-child {
		border-bottom: none !important;}

.switch .menu:after {
  position: absolute;
  top: 58%;
  right: 10px;
  margin-top: -1.4rem;
  content: '>';
  font-size: 1.4rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.child01 {
  border: 0px solid #eaeaea;
}
.child01 i{
	margin-right: 15px;
	color: #bb7403;
	
}
.child01 a{
	display: block;
	border-bottom: 1px solid #888888;
	padding: 8px 15px;
	padding-left: 20px;
	background-color: #cccccc;
}

.menu {
  display: block;
  position: relative;
  margin: 1px 0 0 0 !important;
  padding: 10px; }

.source {
  margin: 0;
  padding: 30px 0 0; }


.demo04 .menu {
  background: #555555;
  color: #fff; }
  .demo04 .menu:hover {
    background: #bb7403;
    text-decoration: none; }
