#tabs ul{
    margin-left:0 !important;
	background:#ECECEC;
	height:25px;
	padding:0;
}

#tabs li{
    list-style-image:none !important;
    list-style-type:none;
    float:left;
    background:#ECECEC;
    border-right:1px solid #fff;
    text-align:center;
    padding:0 0.3em;
    height:25px;
    line-height:25px;
    margin-top:0em !important;
    font-size:0.68em !important;
    
}

#tabs li a{
	color:#5B5B5B;
}
#tabs .clear{
	display:block !important;
}
#tabs .divider{
	display:block !important;
	height:0.15em;
    margin:1px 0;
}
#tabs{
	margin-bottom:2em;
}

#tabs ul li.tabby-here a {
	color:#fff;
}