/*tab browsing classes*/

.tabcontent{width:100%; float: left;}

#tabs{margin:24px 0 15px 4px; border:1px #808080 solid; padding:5px; width:742px;}

#shadetabs{
float:left;
width:760px;
font-size:12px;
line-height:24px;
}
#shadetabs ul{
list-style-type: none;
margin:0;
margin-left:0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}
#shadetabs li{
display:inline;
margin:0;
padding:0;
}
#shadetabs 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 li a.selected{
background:url(../images/4_mo.gif) no-repeat left top;
cursor:default;
}
#shadetabs li a span{
float:left;
display:block;
background:url(../images/5.gif) no-repeat right top;
padding: 0px 18px 0px 5px;
margin:0;
font-weight:bold;
color:#000000;
font-size:12px;
}

#shadetabs 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 li a span {float:none;
}
/* End IE5-Mac hack */
#shadetabs li a:hover span {
color:#ffffff;
}

#shadetabs li a:hover{ /*onMouseover style*/
background-position:0% -82px;
background:url(../images/4_mo.gif) no-repeat left top;
}
#shadetabs li a:hover span{ /*onMouseover style*/
background-position:100% -82px;
background:url(../images/5_mo.gif) no-repeat right top; 
}