.glowingtabs{
float:left;
width:100%; 
line-height:normal;
border-bottom: 0px solid #7e9fff; margin-left:5px; margin-right:5px; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px;  /*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: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none; cursor:hand;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 5px 0px 3px 0px;
font-weight:bold; width:auto; text-align:center; height:15px; 
color:#3b3B3B; font-size:11px;
}

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

.glowingtabs a:hover span {
 
}

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

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;  font-size:11PX; margin-bottom:0px; height:15px;
}

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

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



/*
.tabcontainer{
clear: both; background-image:url(../images/submenu_bg.jpg); background-repeat:no-repeat; background-position:left top; 
width:100%; margin-left:10px; margin-right:10px; padding-right:0px; padding-left:10px; padding-top:0px; margin-bottom:10px;  height:35px; 
}
.tabcontent{
display:none; font-size:12PX;  text-align:left; height:25px; margin-top:5px; 
}
.tabcontent ul{
list-style-type: none;
margin-left: 10px;
padding:0; 
}

.tabcontent li{
display:inline;
float:left
margin:0;
padding:0;
background-image:url(../images/nav_arrow.gif); background-position:left; background-repeat:no-repeat; height:20px;
}
.tabcontent li a{
padding-left:15px; padding-right:20px; color:#FFFFFF; text-decoration:none; padding-top:5px; padding-bottom:0px; font-size:11px; display:inline-block; margin-top:2px; height:20px }
.tabcontent li a:hover{ text-decoration:underline}
*/
.tabcontainer{
clear: both; background-image:url(../images/submenu_bg.jpg); background-repeat:no-repeat; background-position:left top; 
width:100%; margin-left:10px; margin-right:10px; padding-right:0px; padding-left:10px; padding-top:0px; margin-bottom:10px; height:35px; text-align:left }
.tabcontent{ display:none; width:950px; font-size:12PX; margin:0px; text-align:left; height:20px; margin-top:10px; 
}
.tabcontent ul{
padding:0; padding-top:5px; margin-left:15px; margin-top:0px; margin-bottom:5px; margin-right:0px; }

.tabcontent li{
display:inline;
float:left;
margin:0; padding-left:10px;
padding:0; background-image:url(../images/nav_arrow.gif); background-position:left; background-repeat:no-repeat;
}
.tabcontent li a{
padding-left:15px; padding-right:20px; color:#FFFFFF; text-decoration:none; font-size:11px; }
.tabcontent li a:hover{ text-decoration:underline}