@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@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: verdana;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 250px;
  text-align:left;
  
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  border-bottom: 1px solid #CCC;
}
#cssmenu > ul > li:first-child > a {
  padding: 5px 10px;
  border: none;
  font-family: verdana;
  font-size: 18px;
  font-weight: 300;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #FBBBB9;
}
#cssmenu > ul > li {
  
}
#cssmenu > ul > li:hover {
  color: #e94f31;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #000;
  
  
}
#cssmenu > ul > li > a > span {
  display: block;
  text-decoration:underline;
  padding: 5px 2px 0px 25px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/arrowr.gif) 2% no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/arrowd.gif)2% no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  background: #fff;
}

#cssmenu .hd {
  display: none;
}

#cssmenu ul ul li {
	padding:0;
  border-top: none;
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}

#cssmenu ul ul a:hover {
  color: #e94f31;
}
#cssmenu .current {
	
    background:#ccc;
	color:#fff;
}

pre.prettyprint {
		display: block;
		overflow: auto;
		width: auto;
		white-space: pre-wrap;
		word-wrap: normal;
		background-color:#fff;
	}
