.glowingtabs{
float:left;
width:100%;
line-height:24px;
font-size:11px;
margin:0 0 0 0;
padding-left:4px;
}

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

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

.glowingtabs a{
float:left;
background:url(http://www.globallogic.com/ddtabmenufiles/media/glowtab-left.png) no-repeat left top;
margin:0;
margin-right: -25px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(http://www.globallogic.com/ddtabmenufiles/media/glowtab.png) no-repeat right top;
padding: 5px 32px 3px 3px;
font-weight:normal;
color:#fff;
margin-left:10px;
}

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

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

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

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

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

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

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding-left:5px;
}

.tabcontent{
display:none;
text-decoration:none;
font-size:11px;
}

.tabindi {
	margin-left: -50px;
}

.spacer {
	margin-top:-20px;
	margin-bottom:-20px;
	margin-left:-20px;
	z-index: 999;
}
