#wraptab{
width: 100%;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #DEE0E1;
}
.tab{
float: left;
height: 32px;
width: 120px;
margin: 0 1px 0 0;
text-align: center;
background: #8DC70A url(./images/greentab.gif) no-repeat;
}
.tabtxt{
margin: 0;
font-size: 1.3em;
font-weight: bold;
padding: 9px 0 0 0;
}

.tabtxt a {
font-family: 'Anja Eliane accent' !important;
color: #596468 !important;
border-bottom: 1px #DEE0E1 solid;
}

.tabtxt a:hover {
color: #7cc531;
border-bottom: 1px #596468 solid;
}

@-moz-document url-prefix(){.tabtxt a:hover {border-bottom: 1px #596468 solid;}}
