.glowingtabs{
float:left;
width:100%;
line-height:normal;
padding:4px 0px 0px 0px;

}

.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{
float:left;
background:url(images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 6px;
width:120px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(images/glowtab.gif) no-repeat right top;
padding: 8px 6px 23px 0;
font-weight:normal;
color:#FFFFFF;
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
text-align: center;
}

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

.glowingtabs a:hover span {
color:#FFFFFF;
}

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

.glowingtabs .active a span{ /*Selected Tab style*/
background-position:100% -45px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

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

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

/*************INNER PAGES******************/


.glowingtabs-inner{
float:left;
width:100%;
line-height:normal;
padding:4px 0px 0px 0px;

}

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

.glowingtabs-inner li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs-inner a{
float:left;
background:url(images/glowtab-left1.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 8px;
width:82px;
text-decoration:none;
}

.glowingtabs-inner a span{
float:left;
display:block;
background:url(images/glowtab1.gif) no-repeat right top;
padding: 0px 8px 17px 0px;
font-weight:normal;
color:#FFFFFF;
font-family:Verdana;
font-size:11px;
text-align: center;
}

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

.glowingtabs-inner a:hover span {
color:#FFFFFF;
}

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

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

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

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



