﻿#tabs{float: left;width: 100%;line-height: normal;margin-top:0px; font-size:12px;}
#tabs ul{float:left;margin: 0;padding:10px 0px 0px 0px;list-style: none;}
#tabs li{display: inline;margin:0px;padding: 0;}
#tabs a{float: left;background: url(../images/greentableft1.png) no-repeat left top;margin-left: 1px;margin-right: 2px;padding: 0 0 0 5px;text-decoration: none;}
#tabs a span{float: left;display: block;background: url(../images/greentabright1.png) no-repeat right top;padding: 5px 10px 4px 6px;color: #000;font-weight:bold;}
#tabs a span{float: none;}
#tabs a:hover span{color: #FFF;}
#tabs a:hover{background-position: 0% -30px;}
#tabs a:hover span{background-position: 100% -30px;}

#tabs #current a{background-position: 0% -30px;}
#tabs #current a span{background-position: 100% -30px;color: #FFF;}
.tabsbaseline{background: url(../images/greentabbaseline.gif) repeat-x;}
.tabsText{font-family: Tahoma, Arial;font-size: 11px;font-weight: bold;}