.glowingtabs{
float:left;
/************ narrower/old interface size
width:767px;
**************/
	width: 947px;
margin-left:1px;
line-height:normal;
font:bold 11px Verdana, Arial, Helvetica, sans-serif;
background:url(http://www.interactivebrokers.com/images/common/glowtabbkgrnd2.gif) repeat-x left bottom;
}

.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(http://www.interactivebrokers.com/images/common/acctapptab-left.gif) no-repeat left top;
margin:0;
margin-right: -15px; /*spacing between each tab*/
padding: 0px 0px 0px 5px;
text-decoration:none;
border-bottom: 1px solid #999;

}

.glowingtabs a span{
float:left;
display:block;
background:url(http://www.interactivebrokers.com/images/common/acctapptab.gif) no-repeat right top;
padding: 5px 30px 3px 3px;
font-weight:bold;
text-decoration:none;
color:#000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none; text-decoration:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
text-decoration:none;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
border-bottom:1px solid white;
text-decoration:none;
outline:0;
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
text-decoration:none;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
z-index:100;
text-decoration:none;
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.glowingtabs a:visited span, .glowingtabs a.visited, .glowingtabs a:visited{ /*onMouseover style*/
text-decoration:none;
}

.tabcontainer{
clear: left;
width:100%; /*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{
display:none;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
padding: 5px;
border-bottom: 1px solid #999;
background:url(http://www.interactivebrokers.com/images/common/glowtabbkgrnd.gif) repeat-x 0 0;
margin: 0px 1px;
}

.tabcontainer a:active, .tabcontainer a:focus{
color:#000000;
text-decoration:none;
font-weight:bold;
outline:0;
}