@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);

/* 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: 1em;
  position: relative;
  /*background-color:#fdfaf4;*/
  
}

#cssmenu {
  width: 240px; 
  /*border-bottom: 4px solid #656659;*/
 /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; */
}
#cssmenu a {
  line-height:0px;
}
#cssmenu > ul > li:first-child {
  /*background: #055592;*/
  /*background:#ee174b;*/
  /*background-color:#FF0000;*/
  margin-top:5px;
  margin-bottom:40px;
  
  height:45px;
 /* background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d; */
 /* -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;*/
}
#cssmenu > ul > li:first-child > a {
  
 
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  color:#FFFFFF;
  font-size:21px;
  padding-top:41px;
  padding-right:30px;
  padding-left:20px;
  
  
 
}
#cssmenu > ul > li:first-child > a > span {
margin-top:12px;
 margin-left:15px;
  
}


#cssmenu > ul > li:first-child:hover {
   /* background-color:#FF0000;*/
   margin-top:5px; 
 /* background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%); */
}

#cssmenu > ul > li {
  
 /* background:#FFFFFF;*/
/* background-color:#fdfaf4;*/

 /*background: url(menu_images/icon_plus.png) no-repeat;*/
  
  margin-top:8px;
  margin-left:15px;
  /*background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%); */
}
#cssmenu > ul > li:hover {
  /*background-color:#fe8418;*/margin-top:8px; margin-left:15px; 
 /* background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%); */
}


#cssmenu > ul > li > a {
  font-size: 13px;
  display: block;
  background: url(menu_images/pattern.png) top left repeat;
  color: #000;
   border-top: none;
 
}

#cssmenu > ul > li > a > span {
  display: block;
  padding: 15px 0 20px 11px;
  padding-right:0px;
  color:#FFFFCC;
  font-size:14px;
  padding-left:40px;
  border-bottom: 1px solid #615f5e;
}
/*=====================================================================*/
#cssmenu > ul > li > a:hover {
  text-decoration: none; color:#FFFFFF; 
  }
#cssmenu > ul > li.active {
  border-bottom: none; 
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../menu_images/icon_plus.png) 8% center no-repeat;margin-right:10px;
  
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../menu_images/icon_minus.png) 8% center no-repeat;
  
  
  color:#FFFFFF;
}

#cssmenu ul ul {
  display: none;
  background: #fff;
  
  
 margin-top:3px; 
  border-right: 0px solid #a2a194;
  border-left: 0px solid #a2a194;
  
}
#cssmenu ul ul li {
  padding: 0;
 background-color:#a95f2b;
 border-bottom: 1px solid #d4d4d4;
  border-top: none;
  padding-bottom:10px;
 
  
 /* background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);*/
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 20px 10px 8px 40px;
 
  
  display: block;
  color: #fff;
  background-color:#a95f2b;
  
  font-size: 13px;
  font-weight: normal;
  
}

#cssmenu ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 25px;
  color:#FFFFCC;
}
#cssmenu ul ul a:hover {
  color: #FFFFCC;
}
