@charset "utf-8";
/* CSS Document */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0px;
  padding: 0px;
  border: 0;
  list-style: none;
  line-height: 1;
  display:block;
  position: relative;
  font-family:"Comic Sans MS", cursive;
  text-align:center;
}
#cssmenu {
  width: auto;
  height: auto;
  padding-bottom: 1px;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 0px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#cssmenu #bg-one {
  height: 10px;
  background: #FFF1E4;
}
#cssmenu #bg-two {
  height: 40px;
  z-index: 1;
}
#cssmenu #bg-three {
  bottom: 4px;
  height: 36px;
  z-index: 1;
}
#cssmenu #bg-four {
  bottom: 4px;
  height: 36px;
  z-index: 1;
}
#cssmenu ul {
  height: auto;
}
#cssmenu ul li {
/*  float: left;   */
  display:inline-block;
  margin-right: 4px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 1;
}
#cssmenu ul li a {
  padding: 15px 20px 15px 20px;
  margin-bottom: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #FFF1E4;
  font-size: 1.2em;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover,
#cssmenu ul li:active {
  background: #FFF1E4;
  background: -moz-linear-gradient(top, #6A8285 0%, #FFF1E4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6A8285), color-stop(100%, #FFF1E4));
  background: -webkit-linear-gradient(top, #6A8285 0%, #FFF1E4 100%);
  background: -o-linear-gradient(top, #6A8285 0%, #FFF1E4 100%);
  background: -ms-linear-gradient(top, #6A8285 0%, #FFF1E4 100%);
  background: linear-gradient(to bottom, #6A8285 0%, #FFF1E4 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li:active > a {
  color: #9d2020;
  font-weight:normal;
}