.glowingtabs{
float:left;
width:990px;
height:52px;
font-size: 15px;
line-height:40px;
border-bottom: 0px solid #dcc208; /*Add border strip to bottom of menu*/
font-family:Arial, Helvetica, sans-serif;
margin:5px 0px 0px 0px;
padding:0;
display:inline;
background-color:#141414;

}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
float:left;
}

.glowingtabs li{
margin:0;
padding:0;
display:inline;
}

.glowingtabs a{
float:left;
background:url(../media/aps_menu_lt_off.gif) no-repeat left top;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 8px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../media/aps_menu_rt_off.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#999;
}

.special a{
float:left;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 8px;
text-decoration:none;
}

.special a span{
float:left;
display:block;
background:url(../media/aps_join_off.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#999;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: white;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background:url(../media/aps_menu_lt_on.gif) no-repeat left top;
}

.special li.selected a{ /*Selected Tab style*/
background:url(../media/aps_join_on.gif) no-repeat left top;
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background:url(../media/aps_menu_rt_on.gif) no-repeat right top;
color: white;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background:url(../media/aps_menu_lt_on.gif) no-repeat left top;
}

.special a:hover, .special li.selected a:hover{ /*onMouseover style*/
background:url(../media/aps_menu_lt_on.gif) no-repeat left top;
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background:url(../media/aps_menu_rt_on.gif) no-repeat right top;
}

.special a:hover span, .special li.selected a:hover span{ /*onMouseover style*/
background:url(../media/aps_join_on.gif) no-repeat right top;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #333;
width: 154px;
visibility: hidden;
margin:-2px 0px 0px 2px;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 15px;
border: 0 solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none;
color: #FFF;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #F93;
color:#000;
}

