/*tab browsing classes*/

.tabcontent{float: left; padding-right:10px; width:100%;}
.tabcontent a{text-decoration:none;}
.tabcontent a:hover{text-decoration:underline;}

#tabs{margin:0 0 15px 5x; width:715px; border:1px #808080 solid; padding:10px;}

#shadetabs #maintab{
float:left;
width:718px;
font-size:12px;
line-height:24px;
 background-color:#FFF;
}
#shadetabs #maintab h4{
font-size:14px;}

#shadetabs #maintab ul{
list-style-type: none;
margin:0;
margin-left:0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}
#shadetabs #maintab li{
display:inline;
margin:0;
padding:0;
}
#shadetabs #maintab li a{
float:left;
background:url(../images/4.gif) no-repeat left top;
margin:0;
margin-left:4px; /*spacing between each tab*/
padding:0 0 0 7px;
text-decoration:none;
}
#shadetabs #maintab li a.selected{
background:url(../images/4_mo.gif) no-repeat left top;
cursor:default;
}
#shadetabs #maintab li a span{
float:left;
display:block;
background:url(../images/5.gif) no-repeat right top;
padding: 4px 18px 0px 5px;
margin:0;
font-weight:bold;
color:#000000;
}

#shadetabs #maintab li a.selected span{
background:url(../images/5_mo.gif) no-repeat right top;
color:#FFFFFF;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#shadetabs #maintab li a span {float:none;
}
/* End IE5-Mac hack */
#shadetabs #maintab li a:hover span {
color:#ffffff;
}

#shadetabs #maintab li a:hover{ /*onMouseover style*/
background-position:0% -82px;
background:url(../images/4_mo.gif) no-repeat left top;
}
#shadetabs #maintab li a:hover span{ /*onMouseover style*/
background-position:100% -82px;
background:url(../images/5_mo.gif) no-repeat right top; 
}
