/* ######### CSS for Shade Tabs. Remove if not using ######### */

/* Robbs adjustment */

#newstabs {
width:100%;
text-decoration: none;
padding: 8px 0px 4px 0px;
}

#newstabs ul {
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 0px;
}

#newstabs li {
display: inline;
margin: 0;
padding: 0px 0px 0px 0px;
}

#newstabs a {
background: url("/images/setup/tab_L2.gif") no-repeat;
float: none; /*left*/
margin: 0;
margin-right: 5px;
padding: 0px 0px 5px 8px;
color: #E1E1E1;
text-decoration: none;
}

#newstabs a span {
background: url("/images/setup/tab_R2.gif") no-repeat right top;
display:block;
float: none;
padding: 0px 12px 5px 3px;
display: inline;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#newstabs a span {float:none;}
/* End IE5-Mac hack */


#newstabs .selected a{ /*Selected Tab style*/
background-position:0 -28px; /*Shift background image up to start of 2nd tab image*/
}

#newstabs .selected a span{ /*Selected Tab style*/
background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
color: #000000;
}

#newstabs a:hover{ /*onMouseover style*/
background-position:0 -28px; /*Shift background image up to start of 2nd tab image*/
}

#newstabs a:hover span{ /*onMouseover style*/
background-position:100% -28px; /*Shift background image up to start of 2nd tab image*/
color: #000000;
}
