@import url(http://fonts.googleapis.com/css?family=Lato);
@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: 'dekarregular' !important ;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
   line-height: 3.3;
    padding: 3px 15px;
}
#cssmenu {
  width: 200px;
}
#cssmenu > ul > li {
  cursor: pointer;
 /*  background: #000; */
/*   border-bottom: 1px solid #4c4e53; */
}
#cssmenu > ul > li:last-child {
/*   border-bottom: 1px solid #3e3d3c; */
}
ul.menu > li > a.active::after {
    border-bottom: 29px solid transparent;
    border-left: 20px solid #05699b;
    border-top: 28px solid transparent;
    color: #fdd66f;
    content: "";
    left: 265px;
    position: absolute;
    text-transform: capitalize;
    top: 0;
	 font-family: 'dekarregular' !important ;
}
*, *::before, *::after {
    box-sizing: border-box;
}
ul.menu > li > a.active {
    background: none repeat scroll 0 0 #05699b;
    color: #fdd66f;
    text-transform: capitalize;
	 font-family: 'dekarregular' !important ;
}
ul.menu li:first-child a {
    background: none repeat scroll 0 0 #05699b;
    color: #fdd66f;
    text-transform: capitalize;
}
#cssmenu > ul > li > a {
 background: url("../images/leftmenu_bg.png") repeat-x scroll right center rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
 font-family: 'dekarregular' !important ;
    font-size: 23px;
    font-weight:400;
    line-height: 20px;
    padding: 18px 24px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 262px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: none repeat scroll 0 0 #05699b;
    color: #fdd66f;
    text-transform: capitalize;
}
#cssmenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
right: 7px;
    top: 21px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after {
right: 7px;
    top: 25px;
  border: 5px solid transparent;
  border-top: 5px solid #fdd66f;
   background: none repeat scroll 0 0 #05699b;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 0;
  display: none;
}
#cssmenu ul ul a {
 background: url("../images/leftmenu_bg.png") repeat-x scroll right center rgba(0, 0, 0, 0);
border-bottom: 1px dotted #fff; 
    color: #fff;
    display: inline-block;
     font-family: 'dekarregular' !important ;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 262px;
}
#cssmenu ul ul a :hover{

color: #fdd66f;
}
#cssmenu ul ul li {
/*   border-bottom: 1px solid #c9c9c9; */
}
#cssmenu ul ul li.odd a {
/*   background: #e5e5e5; */
}
#cssmenu ul ul li:last-child {
  border: none;
}
