.glowingtabs{
float:left;
width:100%;
line-height:normal;
}

.glowingtabs ul{
float: left;
list-style-type: none;
margin:0;
position: relative;
top: -9px;
left: -6px;
padding:0;
}
*html .glowingtabs ul {
  margin-bottom: -9px;
}

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

.glowingtabs a{
float:left;
margin:0;
font-size: 13px;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
padding: 9px 10px 11px 1px;
font-weight:bold;
color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

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

.glowingtabs a.current{ /*Selected Tab style*/
background:url(images/images/tab_left.gif) no-repeat left top;
}

.glowingtabs a.current span{ /*Selected Tab style*/
background:url(images/images/tab_right.gif) no-repeat right top;
background-color:#000;
color: #EF5A00;
}

.glowingtabs a:hover{ /*onMouseover style*/
background:url(images/images/tab_left.gif) no-repeat left top;
}

.glowingtabs a:hover span{ /*onMouseover style*/
background:url(images/images/tab_right.gif) no-repeat right top;
background-color:#000;
}

.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.*/
}

.tabcontent{
	color: #6C6C6C;
display:none;
}
