.toptabs1{
float:left;
width:100%;
line-height:normal;
  font: bold 16px  sans-serif;


}

.toptabs1 ul{
list-style-type: none;
margin:0;

margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;


}

.toptabs1 li{
display:inline;
margin:0;
padding:0;


}

.toptabs1 a{
float:left;
background:url(../images/tabs/toptab-left.jpg) no-repeat left top;
margin:0px;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
font-size:16px;

}

.toptabs1 a span{
float:left;
font: bold 16px sans-serif;
display:block;
background:url(../images/tabs/toptab.jpg) no-repeat right top;
padding: 5px 12px 3px 3px;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.toptabs1 a span {float:none;}
/* End IE5-Mac hack */

.toptabs1 a:hover span {
color: black;
}

.toptabs1 a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
margin-bottom:-0px;
border-bottom: 1px solid #fff; /*Add border strip to bottom of menu*/

}

.toptabs1 a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
border-bottom: 1px solid #fff;
color: black;
}

.toptabs1 a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.toptabs1 a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
