.glowingtabs{
line-height:normal;
padding:0px 0px 0px;
margin-top:42px;
width:430px;

}

.glowingtabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../images/menu-left.gif) no-repeat left top;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:0 0 0 6px;
white-space:nowrap;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/menu-right.gif) no-repeat right top;
padding: 6px 18px 3px 10px;
font-size:16px;
font-weight:bold;
color:#426198;
white-space:nowrap;
cursor:pointer;
}


.glowingtabs a:hover span {
color:#333;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -29px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -29px; /*Shift background image up to start of 2nd tab image*/
color:#333;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -29px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -29px; /*Shift background image up to start of 2nd tab image*/
}
