/* ######### CSS for Shade Tabs. Remove if not using ######### */

#glowingtabs{
float:left;
width:100%;
font: 11px tahoma,arial,verdana; 
color: #999999;
line-height:normal;

}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a.ltab{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a.ltab{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 3px;
margin-bottom:3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a.ltab span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 8px 4px 8px 0px;
font-weight:bold;
color:#ffffff; 
width:146px;
text-align:center;                         
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a.ltab span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a.ltab:hover span {
color: #ffffff;
}

#glowingtabs .selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs .selected a.ltab span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff;
}

#glowingtabs a.ltab:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a.ltab:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontent{
display:none;
}

/* --------------------------------- JACKY -------------------------------------------- */
/* --------------------------------- ADDED --------------------------------------------*/
#subtabs2{
float:left;
width:650;
font: 11px tahoma,arial,verdana; 
color: #999999;
line-height:normal;

}

#subtabs2 ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#subtabs2 li{
display:inline;
margin:0;
padding:0;
}

#subtabs2 a.ltab{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#subtabs2 ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#subtabs2 li{
display:inline;
margin:0;
padding:0;
}

#subtabs2 a.ltab{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 3px;
margin-bottom:3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#subtabs2 a.ltab span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 8px 4px 8px 0px;
font-weight:bold;
color:#ffffff; 
width:auto;
text-align:center;                         
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#subtabs2 a.ltab span {float:none;}
/* End IE5-Mac hack */

#subtabs2 a.ltab:hover span {
color: #ffffff;
}

#subtabs2 .selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#subtabs2 .selected a.ltab span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff;
}

#subtabs2 a.ltab:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#subtabs2 a.ltab:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
