@import url(http://fonts.googleapis.com/css?family=Lato);
@charset "UTF-8";
/* Base Styles */
#cssmenu1,
#cssmenu1 ul,
#cssmenu1 li,
#cssmenu1 a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  font-family: 'Tahoma', sans-serif;
  font-size: 12px;
  position: relative;
}
#cssmenu1 a {
  line-height: 1.3;
  padding: 10px 10px;
}
#cssmenu1 {
  width: 100%;
}
#cssmenu1 > ul > li {
  cursor: pointer;
}
#cssmenu1 > ul > li:last-child {
  border-bottom: 1px solid #3e3d3c;
}
#cssmenu1 > ul > li > a {
font-size: 12px;
    display: block;
    color: #686868;
    background: #efefef;
    background: -moz-linear-gradient(#efefef 0%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef ), color-stop(100%, #e2e2e2));
    background: -webkit-linear-gradient(#efefef 0%, #e2e2e2 100%);
    background: linear-gradient(#efefef 0%, #e2e2e2 100%);
    text-transform: uppercase;
}
#cssmenu1 > ul > li > a:hover {
  text-decoration: none;
  color:#f00;
}
#cssmenu1 > ul > li > ul > li > a{
  position: relative;
}
#cssmenu1 > ul > li > ul > li > a:after{
  position: absolute;
  left:15px;
  content: "\f101";
  font-family: fontawesome;
}
#cssmenu1 > ul > li > ul > li > a:hover {
  text-decoration: none;
  color:#fc733f;
}
#cssmenu1 > ul > li.active {
  border-bottom: none;

}
#cssmenu1 > ul > li.active > a {
    background: #64676e;
    background: -moz-linear-gradient(#f5f5f5 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5 ), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(#f5f5f5 0%, #ededed 100%);
    background: linear-gradient(#f5f5f5 0%, #ededed 100%);
    color:#f00;
}
#cssmenu1 > ul > li.has-sub1 > a:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 3px;
  border: 5px solid transparent;
  border-left: 5px solid #686868;
}
#cssmenu1 > ul > li.has-sub1 ul:first-child{
  display: block !important;

}
#cssmenu1 > ul > li.has-sub1.active > a:after {
  right: 6px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #4e5800;
}
/* Sub menu */
#cssmenu1 ul ul {
  padding: 0;
  display: none;
}
#cssmenu1 ul ul:first-child {
  padding: 0;
  display: block;
}
#cssmenu1 ul ul a {
    display: block;
    color: #797979;
    font-size: 12px;
    background: #f3f3f3;
    background: -webkit-linear-gradient(left, #f3f3f3 , white);
    background: -o-linear-gradient(right, #f3f3f3 , white);
    background: -moz-linear-gradient(right, #f3f3f3 , white);
    background: linear-gradient(to right, #f3f3f3 , white);
        padding-left: 25px;

}
#cssmenu1 ul ul li {
  border-bottom: 1px dashed #c9c9c9;
}
#cssmenu1 ul ul li.odd a {
 background: #f3f3f3;
    background: -webkit-linear-gradient(left, #f3f3f3 , white);
    background: -o-linear-gradient(right, #f3f3f3 , white);
    background: -moz-linear-gradient(right, #f3f3f3 , white);
    background: linear-gradient(to right, #f3f3f3 , white)
}
#cssmenu1 ul ul li:last-child {
  border: none;
}
