@import url(https://fonts.googleapis.com/css?family=Roboto);
@charset "UTF-8";
/* Base Styles */
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
#cssmenu {
  border: 1px solid #133e40;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  background: #9799B8;
  background: -moz-linear-gradient(top, #9799B8 0%, #6B6C82 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9799B8), color-stop(100%, #6B6C82));
  background: -webkit-linear-gradient(top, #9799B8 0%, #6B6C82 100%);
  background: -o-linear-gradient(top, #9799B8 0%, #6B6C82 100%);
  background: -ms-linear-gradient(top, #9799B8 0%, #6B6C82 100%);
  background: linear-gradient(top, #9799B8 0%, #6B6C82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  float: left;
  align-content:center;
  margin: 0px 23px 0 0;
  border: 1px solid transparent;
}
#cssmenu li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 16px;
}
#cssmenu li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #9799B8;
}
#cssmenu li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
 background: #686DA8;
  border: 1px solid #133e40;
  -moz-box-shadow: inset 0 5px 10px #42478A;
  -webkit-box-shadow: inset 0 5px 10px #42478A;
  box-shadow: inset 0 5px 10px #42478A0;
}
#cssmenu li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #9799B8;
}
#cssmenu li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #686DA8;
  border: 1px solid #133e40;
  -moz-box-shadow: inset 0 5px 10px #42478A;
  -webkit-box-shadow: inset 0 5px 10px #42478A;
  box-shadow: inset 0 5px 10px #42478A0;
}

#hilite li {
  list-style-type: square;
  margin: 2px;
  padding: 1px;
  border: 0;
  line-height: 1;
  font-family: arial;
  
}

#hilite li:hover {
  list-style-type: square;
  margin: 2px;
  padding: 1px;
  border: 0;
  line-height: 1;
  COLOR: #42478A; 
  font-family: arial;
}

