@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;
*/position: relative;}
/*#cssmenu a {
  line-height: 1.3;
}
*/#cssmenu {
/*  width: 250px;*/
}
#cssmenu > ul > li > a {
  padding: 0 40px 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
	font-weight:500;
    display: block;
    color: #007bc5;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 82%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
#cssmenu > ul > li > a > span {
  padding: 10px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  color:#fff;
}

#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #007bc5;
  color: #fff;
}

#cssmenu > li.active:last-child > a {
  background: #007bc5;
  color: #fff;
  -webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}

#cssmenu > ul > li.active:first-child > a {
  background: #007bc5;
  color: #fff;
  -webkit-border-top-right-radius: 7px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-topleft: 7px;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
}

#cssmenu > ul > li.active:first-child > a > .cnt {
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
}

#cssmenu > ul > li:first-child > a > .cnt {
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
}





#cssmenu > ul > li.active > a span {
  background: #007bc5;
  display:inline-block;
}

#cssmenu span.cnt {
  position: absolute;
  top: 0px;
  width:40px;
  text-align:center;
  height:36px;
  right: 0px;
  padding: 0;
  margin: 0;
  background: #007bc5;

}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}
#cssmenu ul ul a {
  padding: 10px;
  display: block;
  color: #007bc5;
  font-size: 12px;
}
#cssmenu ul ul a:hover {
  color: #007bc5;
}
#cssmenu ul ul li.odd {
  background: #f4f4f4;
}
#cssmenu ul ul li.even {
  background: #fff;
}
