.maintabs{
text-transform:uppercase;
width:1026px;
font-size:12px;
}

.maintabs ul{
list-style-type: none;
margin:0;
/*margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0 0 0 30px;

}

.maintabs li{
display:inline;
margin:0;
padding:0;
min-width: 84px; /* be nice to Opera */
}

.maintabs a{
float:left;
background:url(../../images/maintab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
white-space: nowrap; /* required in IE 6 */    
outline: 0; /* prevent dotted border in Firefox */
line-height: 1.2;
}

.maintabs a span{
display:block;
width: 64px; /* IE 6 treats width as min-width */
min-width: 64px;
height: 25px; /* IE 6 treats height as min-height */
min-height: 25px;
padding-top: 6px;
padding-right: 9px;
text-align:center;
background:url(../../images/maintab.gif) no-repeat right top;
font-weight:bold;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
height:25px;
cursor:pointer;
}


*>.maintabs a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.maintabs a:hover span {
color: #fff;
font-family:Arial, Helvetica, sans-serif;
height:25px;
}

.maintabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/

}

.maintabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #fff;
}

.maintabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.maintabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;

}

.tabcontent{
display:none;
}


