.glowingtabs{
float:left;
width:75%;
line-height:normal;
}

.glowingtabs ul{
float:right;
list-style-type: none;
margin:0;
padding:0;
background:url(../images/topmenu-div.jpg) center no-repeat;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
margin:0;
padding:0;
text-decoration:none;
margin-left:1px;
line-height:30px;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/topmenu.png) no-repeat center bottom;
padding: 0px 7px 0px 7px;
font-family: arial;
font-size:11px;
text-transform:uppercase;
font-weight:bold;
color:#000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ 
background-position:0% -80px; 
}

.glowingtabs a.current span{ 
background-position:80% 0px;
color: #606060;
}

.glowingtabs a:hover{ 
background-position:0% -82px; 
}

.glowingtabs a:hover span{ 
background-position:80% 0px; 
}

.ltab a span {
background-position:left bottom;
}
.ltab a.current span {
background-position:0% 0px;
}
.ltab a:hover span {
background-position:left top;
}
.rtab a span {
background-position:right bottom;
}
.rtab a.current span {
background-position:100% 0px;
}
.rtab a:hover span {
background-position:right top;
}




.tabcontainer{
clear: left;
width:99%; /*width of 2nd level sub menus*/
height:2.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
margin-top:0px;
}

.tabcontent{
display:none;
width:100%;
float:left;
text-align:right;
margin-top:4px;
line-height:normal;
}
.tabcontent ul{
padding:0px 3px 0px 0px;
margin:0px;
float:right;
}
.tabcontent ul li{
padding:0px 15px;
margin:0px;
background-image:url(../images/ddn-divider.gif);
background-position:right bottom;
background-repeat:no-repeat;
display:inline;
}
.tabcontent ul li a{
font-weight:none;
font-family:arial;
font-size:11px;
font-weight:bold;
color:#606060;
text-decoration:none;
text-transform:uppercase;
margin:0px;
}
.tabcontent ul li a:hover{
color:#000000;
}
