.glowingtabs{
float:left;
width:100%;
line-height:normal;
border-bottom: 3px solid #A98C30; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 2px; /*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(glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(glowtab.gif) no-repeat right top;
/*padding: 5px 12px 3px 3px;*/
padding: 8px 12px 6px 6px;
font-family: tahoma, arial;
font-size: 10px;
font-weight: bold;
color:#000000;
text-decoration: none;
}

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

.glowingtabs a:hover span {
color: #000000;
text-decoration: none;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -41px; /*Shift background image up to start of 2nd tab image*/
text-decoration: none;
color: #000000;
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -41px; /*Shift background image up to start of 2nd tab image*/
color: black;
text-decoration: none;
color: #000000;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -41px; /*Shift background image up to start of 2nd tab image*/
text-decoration: none;
color: #000000;
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -41px; /*Shift background image up to start of 2nd tab image*/
text-decoration: none;
color: #000000;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
background-color: #FFFFFF;
}

.container_border {
border-left: 1px solid #A98C30;
border-right: 1px solid #A98C30;
border-bottom: 1px solid #A98C30;
padding: 10px;
}