
.glowingtabs{
float:right;
line-height:normal;
}

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

}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
font-size: 13px !important;
font-family: Tahoma, Arial !important;
}

.glowingtabs a{
float:left;
background:url(media/glowtab-left_3.png) no-repeat left top;
margin:0;
margin-left: 3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;

}

.glowingtabs a span{
float:left;
display:block;
background:url(media/glowtab_3.png) no-repeat right top;
padding: 3px 12px 2px 3px;
color:#5F6062;
text-decoration:none;
}

/* this is experimental and I may want to remove this when site is public */
#home_tab{
visibility:hidden;
float:left;
display:block;
background-position:100% -21px; /*Shift background image up to start of 2nd tab image*/
padding: 3px 12px 2px 3px;
color:white;
text-decoration:none;
}
/* this is experimental and I may want to remove this when site is public */
#home_tab_left{
visibility:hidden;
float:left;
display:block;
background-position:100% -21px; /*Shift background image up to start of 2nd tab image*/
color:white;
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:#DE2C26;
}

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

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

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -21px; /*Shift background image up to start of 2nd tab image*/
color:white;
}

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

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

.dropmenudiv_d{
position:absolute;
top: 0;
/*border: 1px solid #FF0505; /*THEME CHANGE HERE*/
/*border-width: 0 1px; */
line-height:23px;
z-index:100;
background-color: white;
width: 127px;
visibility: hidden;
margin-top:1px;
background-color:#EEEEEE;

}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 1px solid #C7C5C0; /*THEME CHANGE HERE*/
margin-top:2px;
text-decoration: none;
color:#826666;
text-align:left;
font-size: 13px !important;
font-family: Tahoma, Arial !important;
}

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

.dropmenudiv_d a:hover { /*THEME CHANGE HERE*/
color:white;
background:url(media/sub_left_side_4.png) no-repeat left top;
border: 1px solid white; /*THEME CHANGE HERE*/
}
 



