.glowingtabs{
float:left;
width:780px;
margin:0;
padding:12px 0 0 100px;
margin-left:90px;
_padding:12px 0 0 20px;
line-height:normal;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../media/glowtab-left.gif) no-repeat left -1px;
margin:0;
padding:0 0 0 10px;
text-decoration:none;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#375979;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../media/glowtab.gif) no-repeat right top;
padding: 8px 18px 6px 3px;
font-weight:bold;
color:#3B3B3B;
cursor:pointer;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#375979;
line-height:18px;
z-index:100;
background-color: #cbdfef;
width: 190px;
visibility: hidden;
border-left:1px solid #859399;
border-right:1px solid #859399;
}


.dropmenudiv_d a:link{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px dashed #859399; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#375979;
}
.dropmenudiv_d a:visited{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px dashed #859399; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#375979;
}
.dropmenudiv_d a:hover{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px dashed #859399; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#375979;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #f0f5fa;
}


