.glowingtabs{
float:left;
width:100%;
 /*Add border strip to bottom of menu*/
}

.glowingtabs ul li{margin:0px; padding:0px;}

.glowingtabs ul{
list-style-type: none;
margin:0px;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.glowingtabs li{
display:inline;
margin:0px;
padding:0px;
background:url(../images/nav-line.jpg) right top no-repeat;

}

.glowingtabs a{
float:left;
background:url(../images/nav-line.jpg) right top no-repeat;
margin:0px;
margin-right: 5px; /*spacing between each tab*/
padding:0 30px 0 22px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/nav-line.jpg) right top no-repeat;
padding: 9px 15px 9px 6px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

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

.glowingtabs a:hover span {
color: #ffffff;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
/*background-position:0 -35px;*/ /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
/*background-position:100% -35px; /*Shift background image up to start of 2nd tab image*/*/
color: #ffffff;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -35px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
background:url(../images/nav-line.jpg) right top no-repeat;
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -35px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
/*border: 1px solid #dcc208; *//*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:25px;
z-index:100;
width: 360px;
visibility: hidden;
margin:9px 0 0 18px;
}


.dropmenudiv_d a{
/*background-color: #fef8c8;*/
width: 360px;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color:#ffffff;
background:#102c5e;
/*border-right:1px solid #c0c0c0;
border-left:1px solid #c0c0c0;*/
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
/*background-color:#FFCC33;*/
background:#25457e;
color:#d5e5ff;
text-decoration:none;
}


