@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
/* Starter CSS for Menu */
#topmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  border-radius:4px;
}

#topmenu a {
  background: #33CC66;
  background: -moz-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33CC66), color-stop(100%, #006699));
  background: -webkit-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: -o-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: -ms-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: linear-gradient(to bottom, #33CC66 0%, #006699 100%);
  color: #FFFFFF;
  padding: 0 41px;
/*  margin-right:150px; */
  border-radius:4px;
    text-shadow: 0 1px 1px #000;


}

#topmenu ul,
#topmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topmenu ul {
  position: relative;
  z-index: 597;
}
#topmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
  margin-left: -1px;
}
#topmenu ul li.hover,
#topmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#topmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#topmenu ul ul li {
  float: none;
}
#topmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#topmenu ul li:hover > ul {
  visibility: visible;
}
#topmenu ul ul {
  bottom: 0;
  left: 0;
}
#topmenu ul ul {
  margin-top: 0;
}
#topmenu ul ul li {
  font-weight: normal;
}
#topmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#topmenu {
  background: #33CC66;
  background: -moz-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33CC66), color-stop(100%, #006699));
  background: -webkit-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: -o-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: -ms-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: linear-gradient(to bottom, #33CC66 0%, #006699 100%);
  border-bottom: 2px solid #1b9bff;
  font-family: Cambria;
  font-size: 16px;
}
#topmenu > ul {
  *display: inline-block;
}
#topmenu:after,
#topmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#topmenu ul {
  text-transform: none;
}
#topmenu ul ul {
  border-top: 1px solid #1b9bff;
  text-transform: none;
  min-width: 190px;
}
#topmenu ul ul a {
  background: #33CC66;
  background: -moz-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33CC66), color-stop(100%, #006699));
  background: -webkit-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: -o-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: -ms-linear-gradient(top, #33CC66 0%, #006699 100%);
  background: linear-gradient(to bottom, #33CC66 0%, #006699 100%);
  color: #ffffff;
  border: 1px solid #0082e7;
  border-top: 0 none;
  line-height: 150%;
  padding: 11px 20px;
  font-size: 16px;
}
#topmenu ul ul ul {
  border-top: 0 none;
}
#topmenu ul ul li {
  position: relative;
}
#topmenu ul ul li:first-child > a {
  border-top: 1px solid #0082e7;
}
#topmenu ul ul li:hover > a {
  background: #FFCC00;
  background: -moz-linear-gradient(top, #FFCC00 0%, #006699 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFCC00), color-stop(100%, #006699));
  background: -webkit-linear-gradient(top, #FFCC00 0%, #006699 100%);
  background: -o-linear-gradient(top, #FFCC00 0%, #006699 100%);
  background: -ms-linear-gradient(top, #FFCC00 0%, #006699 100%);
  background: linear-gradient(to bottom, #FFCC00 0%, #006699 100%);
  color: #ffffff;
}
#topmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 1px 0 #1b9bff;
}
#topmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#topmenu ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#topmenu ul li:hover > a,
#topmenu ul li.active > a {
  background: #FFCC00;
  background: -moz-linear-gradient(top, #FFCC00 0%, #006699 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFCC00), color-stop(100%, #006699));
  background: -webkit-linear-gradient(top, #FFCC00 0%, #006699 100%);
  background: -o-linear-gradient(top, #FFCC00 0%, #006699 100%);
  background: -ms-linear-gradient(top, #FFCC00 0%, #006699 100%);
  background: linear-gradient(to bottom, #FFCC00 0%, #006699 100%);
  color: #ffffff;
}
#topmenu ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#topmenu ul li.last ul {
  left: auto;
  right: 0;
}
#topmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#topmenu > ul > li > a {
  line-height: 35px;
  font-size: 16px;
}
