/*@import url(http://fonts.googleapis.com/css?family=Capriola);*/
/* Let's import the lovely google font, please keep this line at the top of your stylesheet */
/* Menu CSS */#smalltabmenu,
#smalltabmenu ul,
#smalltabmenu ul li,
#smalltabmenu ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Helvetica', sans-serif;
}
#smalltabmenu:before,
#smalltabmenu:after,
#smalltabmenu > ul:before,
#smalltabmenu > ul:after {
  content: '';
  display: table;
}
#smalltabmenu:after,
#smalltabmenu > ul:after {
  clear: both;
}
#smalltabmenu {
  width: auto;
  zoom: 1;
  height: 35px;
  background: url(../images/bottom-bg_small.png) repeat-x center bottom;
  border-radius: 2px;
}
#smalltabmenu ul {
  background: url(../images/nav-bg.png) repeat-x 0px 4px;
  height: 30px;
}
#smalltabmenu ul li {
  float: left;
  list-style: none;
}
#smalltabmenu ul li a {
  display: block;
  height: 17px;
  padding: 7px 15px 0;
  margin: 4px 2px 0;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
  font-size: 12px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  font-weight: 400;
  opacity: .9;
}
#smalltabmenu ul li:first-child a {
  margin: 4px 2px 0 0;
}
#smalltabmenu ul li a:hover,
#smalltabmenu ul li.active a {
  background: url(../images/color.png) center bottom;
  display: block;
  height: 19px;
  margin-top: 0px;
  padding-top: 11px;
 /* color: #946f00;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);*/
  opacity: 1;
}
