.glowingtabs{
float:right;
width:100%;
margin: 0;
line-height:normal;

}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-right: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

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

.glowingtabs a{
float:right;
background: url(images/tableftJ.gif) no-repeat left top;
margin:0;
margin-right: 0; /*spacing between each tab*/
padding:0 0 0 13px; /*padding inne i green knapp*/
text-decoration:none;

}

.glowingtabs a span{
float:left;
display:block;
background: url(images/tabrightJ.gif) no-repeat right top;
padding: 12px 28px 30px 20px; /*padding over og under*/
font-weight:normal;
color:#0a94b1;
}

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

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

}




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

.tabcontent{
display:none;
}
