<style type="text/css">{  }
body {
margin:0;
padding:0;
}
#tabsH {
float:left;
width:100%;
font-size:100%;
line-height:normal;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
}
#tabsH ul {
margin:0;
padding:11px 10px 0 150px;
list-style:none;
}
#tabsH li {
display:inline;
margin:0;
padding: 0px;
}
#tabsH a {
float:left;
background:url("../images/tableftH.gif") no-repeat left top;
margin:0;
padding:0 4px 0 4px;
text-decoration:none;
}
#tabsH a span {
float:left;
display:block;
background:url("../images/tabrightH.gif") no-repeat right top;
padding-left: 12px;
padding-right: 15px;
padding-bottom: 8px;
padding-top: 10px;
color: #282828;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
/* End IE5-Mac hack */
#tabsH a:hover span {
color:#fff;
}
#tabsH a:hover {
background-position:0% -42px;
}
#tabsH a:hover span {
background-position:100% -42px;
}
#tabsH .active {
background-position:0% -42px;
color: White;
}
#tabsH .active span{
background-position:100% -42px;
color: White;
}
</style>