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

.glowingtabs ul{
list-style-type: none;
margin:0;
padding:0;
}

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

.glowingtabs a{
color: #333399;
text-decoration: none;
font-size: 13px;
margin:0;
text-decoration:none;
font-weight:bold;
}


.tabcontent a
{
color: #FF6820;
text-decoration: none;
font-size: 13px;
text-decoration:none;
font-weight:bold;
}


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

.tabcontent{
display:none;
}
