.glowingtabs{
float:left;
width:100%;
font-size: 12px;
line-height:normal;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs, .glowingtabs a{
float:left;
margin:0;
padding:0 2px 0 1px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
padding: 0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.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*/
color: black;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover 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;
margin-top:1px;
border-width: 0 1px;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
width: 180px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 15px;
border: 0px dotted #ff8f00; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none;
color: #fff;
-webkit-border-top-radius:10px;
-moz-border-radius:10px;
background-color: #ffb000;
opacity:0.9;
filter:alpha(opacity=90);
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #ff8f00;
}

/* ######### Style 2 for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
margin-top:1px;
border-width: 0 1px;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
width: 180px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 21px;
border: 0px dotted #062389; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none;
color: #fff;
background-color: #0c4da2;
-webkit-border-top-radius:10px;
-moz-border-radius:10px;
opacity:0.9;
filter:alpha(opacity=90);
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #062389;
}



/* ######### Style 3 for Drop Down Menu ######### */

.dropmenudiv_about{
position:absolute;
top: 0;
margin-top:-110px;
margin-left:10px;
border-width: 0 1px;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100000;
width: 180px;
visibility: hidden;
}


.dropmenudiv_about a{
width: 173px;
display: block;
text-indent: 21px;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none;
color: #fff;
background-image:url(images/home_about01.png);
/* -webkit-border-top-radius:10px;
-moz-border-radius:10px;
opacity:0.9;
filter:alpha(opacity=90); */
}

* html .dropmenudiv_about a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_about a:hover{ /*THEME CHANGE HERE*/
background-image:url(images/home_about02.png);
}


/* ######### Style 4 for Drop Down Menu ######### */

.dropmenu1_membership{
position:absolute;
top: 0;
margin-top:-147px;
border-width: 0 1px;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:10000;
width: 180px;
visibility: hidden;
}


.dropmenu1_membership a{
width: 173px;
display: block;
text-indent: 21px;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none;
color: #fff;
background-image:url(images/home_membership01.png);
/* -webkit-border-top-radius:10px;
-moz-border-radius:10px;
opacity:0.9;
filter:alpha(opacity=90); */
}

* html .dropmenu1_membership a{ /*IE only hack*/
width: 100%;
}

.dropmenu1_membership a:hover{ /*THEME CHANGE HERE*/
background-image:url(images/home_membership02.png);
}

/* ######### Style 4 for Drop Down Menu ######### */

.dropmenudiv_n{
position:absolute;
top: 0;
margin-top:-42px;
margin-left:50px;
border-width: 0 1px;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100000;
width: 180px;
visibility: hidden;
}


.dropmenudiv_n a{
width: 173px;
display: block;
text-indent: 21px;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none;
color: #fff;
background-image:url(images/home_about01.png);
/* -webkit-border-top-radius:10px;
-moz-border-radius:10px;
opacity:0.9;
filter:alpha(opacity=90); */
}

* html .dropmenudiv_n a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_n a:hover{ /*THEME CHANGE HERE*/
background-image:url(images/home_about02.png);
}
