@charset "UTF-8";

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
}

#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cssmenu ul {
  position: relative;
  z-index: 597;
}

#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}

#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

#cssmenu ul ul li {
  float: none;
}

#cssmenu ul ul ul {
  top: 0;
  left: auto;
  right: -99.5%;
}

#cssmenu ul li:hover>ul {
  visibility: visible;
}

#cssmenu ul ul {
  bottom: 0;
  left: 0;
}

#cssmenu ul ul {
  margin-top: 0;
}

#cssmenu ul ul li {
  font-weight: normal;
}

#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}


#cssmenu {
background: #849fc7;
background: -moz-linear-gradient(top, #849fc7 0%, #0080cc 100%);
background: -webkit-linear-gradient(top, #849fc7 0%,#0080cc 100%);
background: linear-gradient(to bottom, #849fc7 0%,#0080cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849fc7', endColorstr='#0080cc',GradientType=0 );

  border-bottom: 4px solid #001635;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px;
}

#cssmenu>ul {
  *display: inline-block;
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#cssmenu a {
background: #849fc7;
background: -moz-linear-gradient(top, #849fc7 0%, #0080cc 100%);
background: -webkit-linear-gradient(top, #849fc7 0%,#0080cc 100%);
background: linear-gradient(to bottom, #849fc7 0%,#0080cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849fc7', endColorstr='#0080cc',GradientType=0 );
  color: #FFF;
  padding: 0 5px;
  width:100px;
  border-left: 1px solid #849fc7;
  border-right: 1px solid #849fc7; 
  text-align:center;
}

#cssmenu ul {
  text-transform: uppercase;
}

#cssmenu ul ul {
  border-top: 4px solid #0080cc;
  text-transform: none;
  min-width: 100px;
}

#cssmenu ul ul a {
  background: #afb4d0;
  color: #FFF;
  border: 1px solid #000;
  border-top: 0 none;
  line-height: 150%;
  padding: 16px 4px;
}

#cssmenu ul ul ul {
  border-top: 0 none;
}

#cssmenu ul ul li {
  position: relative;
 
}


#cssmenu>ul>li>a {
  line-height: 48px;
}

#cssmenu ul ul li:first-child>a {
  border-top: 1px solid #c1c0c0;
}

#cssmenu ul ul li:hover>a {
	
  background: #0080cc;  
  width:100px


}

#cssmenu ul ul li:last-child>a {
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 0 #1b9bff;
}

#cssmenu ul ul li:last-child:hover>a {
  border-radius: 0 0 0 3px;
}

#cssmenu ul ul li.has-sub>a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px; 

}

#cssmenu ul li:hover>a,
#cssmenu ul li.active>a {
  background: #0080cc;
  color: #FFF;  
  border-left: 1px solid #000;
  border-right: 1px solid #000; 
  width:100px
}

#cssmenu ul li.has-sub>a:after {
  content: '+';
  margin-left: 5px;
}

#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}

#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}