
#glowingtabs {
position:relative;
width: 900px;
margin: 0 auto;
z-index: 99;
height: 24px; /* this one is for FF2 */
padding-top:  30px;
padding-left: 64px;
}

#glowingtabs ul{
list-style-type: none;
margin:0;
padding:0; /* this one is for FF2 */
}

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

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

#glowingtabs a span{
float:left;
display:block;
background:url(/images/glowtab-a0a0a0.gif) no-repeat right top;
padding: 4px 12px 4px 3px;
font-weight:normal;
color:#666;
}

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #active a{ /*Selected Tab style*/
background-position:0 -40px; /*Shift background image up to 2nd tab image*/
outline: 0; /* stop displaying the dotted lines around the focussed elem */
}

#glowingtabs #active a span{ /*Selected Tab style*/
background-position:100% -40px; /*Shift background image up to 2nd tab image*/
color: black;
outline: 0; /* stop displaying the dotted lines around the focussed elem */
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to 2nd tab image*/
outline: 0; /* stop displaying the dotted lines around the focussed elem */
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to 2nd tab image*/
outline: 0; /* stop displaying the dotted lines around the focussed elem */
}


