.cssTabs {
width:auto;
height:3em;
clear:both;
}
.cssTabs a:link,
.cssTabs a:visited,
.cssTabs a:active {
display:inline-block;
list-style-type:none;
font-weight: normal;
padding: 0.5em;
margin-top:0.9em;
height: 1em;
line-height: 1em;
text-align: center;
border: 0.1em solid #660;
border-width: 0.1em 0.1em 0;
-moz-border-radius: 0.4em 0.4em 0 0;
-webkit-border-radius: 0.4em 0.4em 0 0;
border-radius: 0.4em 0.4em 0 0;
background: #eee;
cursor: pointer;
}

.cssTabs a:hover {background:#fff;}















#hometabs{
  overflow: hidden;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

#hometabs li{
  float: left;
  margin: 0 .5em 0 0;
}
#hometabs1 h4, #hometabs2 h4, #hometabs3 h4 {width:auto;}
#hometabs a{
  position: relative;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .7em 1.2em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#hometabs a:hover,
#hometabs a:hover::after,
#hometabs a:focus,
#hometabs a:focus::after{
  background: #fff;
}

#hometabs a:focus{
  outline: 0;
}

#hometabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

#hometabs #current a,
#hometabs #current a::after{
  background: #fff;
  z-index: 3;
}
#hometabs_content
{
    background: #fff;
    padding: 2em;
	height: 20.8em;
	position: relative;
	overflow:hidden;
	z-index: 2;	
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}



#hometabs_content>#hometabs1>a, #hometabs_content>#hometabs2>a, #hometabs_content>#hometabs3>a
{color:#FFF; padding:.4em 2em; background:#ccc; line-height:5em; -moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
#hometabs_content>#hometabs1>a:hover, #hometabs_content>#hometabs2>a:hover, #hometabs_content>#hometabs3>a:hover
{background:#bbb;}