/* @import url(http://fonts.googleapis.com/css?family=Raleway:400,200); */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(61,125,196,1) !important;
}
#cssmenu li {  border-bottom:1px solid #EEE !important;  }

#cssmenu {
  width: 100%px;
/*  font-family: "PT Sans",Candara, sans-serif;*/
  font-size:0.66em;
  color: #ffffff;
  border-top:1px solid #EEE;
  }
#cssmenu ul ul {
  display: none;
}
#cssmenu ul > li.active {  display: block; background-color:rgba(255,204,0,0.5) !important; }
#cssmenu ul > li.active a {  color: rgba(255,0,127,1); !important; }

#cssmenu > ul > li.active > ul {
  display: block;
}
#cssmenu .align-right {
  float: right;
}
#cssmenu > ul > li > a { /* Level 1 */ 
  padding: 12px 12px;
  cursor: pointer;
  z-index: 2;
/*  font-size: 16px; */
  text-decoration: none;
  color: #000;
  background: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover { /* Level 1 */ 
  color: #000;
  background-color: #FC0;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 12px; /* 26 */
  top: 13px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background-color: #777; /* expand/contract marker vertical */
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 8px; /* 22 */
  top: 17px;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #777; /* expand/contract marker horizontal */
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {/* Level 2 */ 
  padding: 12px 18px;
  cursor: pointer;
  z-index: 2;
/*  font-size: 14px; */
  text-decoration: none;
  color: #5E6696;
  background-color: rgba(165,168,209,0.25);
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {/* Level 3 */ 
  padding: 12px 24px;
    background-color:  rgba(165,168,209,0.5);
    color:#5E6696; /* blueDk */ 
}
#cssmenu ul ul li a:hover {
  color: #000;
  background-color: #FC0; /* goldDk */
}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px; /* 26 */
  top: 13px;
}
#cssmenu ul ul > li.has-sub > a:before {
  right: 8px; /* 26 */
  top: 17px;
}
