@import url(https://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 */
#csstab,

#csstab ul,
#csstab ul li,
#csstab ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  /*font-family: 'Capriola', sans-serif;*/
}
#csstab:before,
#csstab:after,
#csstab > ul:before,
#csstab > ul:after {
  content: '';
  display: table;
}
#csstab:after,
#csstab > ul:after {
  clear: both;
}
#csstab {
  zoom: 1;
  border-radius: 2px;
  width: auto;
  text-align:center;
  /*height: 69px;
  background: url(images/bottom-bg.png) repeat-x center bottom;
  background-color:#fff;
  max-width:1005px;
  margin:auto;
  box-shadow:3px 4px 4px rgba(0,0,0,.4);*/
}
#csstab ul {
  height: 69px;
  /*background: url(images/nav-bg.png) repeat-x 0px 4px;*/
}

#csstab ul li {
  float: left;
  list-style: none;
}

#csstab ul li a {
  display: block;
  height: 43px;
  padding: 14px 20px 0px;
  margin: 28px 2px 0px 0px;  
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  opacity: .9;
  background-color:#bbb;
  border-radius:6px 6px 0px 0px;
  box-shadow:2px -2px 4px rgba(0,0,0,.4);  
    -webkit-box-shadow: 2px -2px 4px rgba(0,0,0,.4);
    -moz-box-shadow: 2px -2px 4px rgba(0,0,0,.4);
  /*border-radius: 2px 2px 0 0;*/
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);*/
}

/*#csstab ul li:first-child a {
  margin: 4px 2px 0 0;
}*/

#csstab ul li a:hover,
#csstab ul li.active a {
    width:auto;
    border-radius:6px 6px 0px 0px;
    background-color:#fff;
    width: auto; 
    height: 43px;
	background: #fff;
	

  /*background: url(images/color.png) center bottom;
  background-color:red;
  display: block;
  max-height: 53px;
  margin-top: 0px;
  padding-top: 16px;
  color: #1a95a0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  opacity: 1;*/
    }