#menuspacer {
height: 10px;
}
.glowingtabs{
float:left;
width:100%;
line-height:normal;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 23px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
margin:0;
text-decoration:none;
padding:0;
}

.glowingtabs a span{
float:left;
display:block;
font-weight:bold;
padding:0;
}

/* 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 -86px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -86px; /*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% -86px; /*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% -86px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #dcc208; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 15px;
border: 0 solid #dcc208; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
text-align: left;
font-size: 11px;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #fef8c8;
}

/* ######### Style for Drop Down Menu purple######### */

.dropmenudiv_p{
position:absolute;
top: 0;
border: 1px solid #2a2a2a; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px;
line-height:18px;
z-index:100;
background-color: #cd93df;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_p a{
width: auto;
display: block;
text-indent: 15px;
border: 0 solid #2a2a2a; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
text-align: left;
font-size: 11px;
}

* html .dropmenudiv_p a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_p a:hover{ /*THEME CHANGE HERE*/
background-color: #a032c9;
color: #ffffff;
text-decoration: none;
}

/* ######### Style for Drop Down Menu green######### */

.dropmenudiv_g{
position:absolute;
top: 0;
border: 1px solid #2a2a2a; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px;
line-height:18px;
z-index:100;
background-color: #88d899;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_g a{
width: auto;
display: block;
text-indent: 15px;
border: 0 solid #2a2a2a; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
text-align: left;
font-size: 11px;
}

* html .dropmenudiv_g a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_g a:hover{ /*THEME CHANGE HERE*/
background-color: #05bd5e;
color: #ffffff;
text-decoration: none;
}

/* ######### Style for Drop Down Menu blue######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #2a2a2a; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px;
line-height:18px;
z-index:100;
background-color: #b7d0ee;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 15px;
border: 0 solid #2a2a2a; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #2a2a2a;
text-align: left;
font-size: 11px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #75afdd;
color: #2a2a2a;
text-decoration: none;
}

/* ######### Style for Drop Down Menu yellow######### */

.dropmenudiv_y{
position:absolute;
top: 0;
border: 1px solid #2a2a2a; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px;
line-height:18px;
z-index:100;
background-color: #fce599;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_y a{
width: auto;
display: block;
text-indent: 15px;
border: 0 solid #2a2a2a; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #2a2a2a;
text-align: left;
font-size: 11px;
}

* html .dropmenudiv_y a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_y a:hover{ /*THEME CHANGE HERE*/
background-color: #f5d32b;
color: #2a2a2a;
text-decoration: none;
}

/* ######### Style for Drop Down Menu yellow######### */

.dropmenudiv_db{
position:absolute;
top: 0;
border: 1px solid #2a2a2a; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px;
line-height:18px;
z-index:100;
background-color: #acd3fe;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_db a{
width: auto;
display: block;
text-indent: 15px;
border: 0 solid #2a2a2a; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
text-align: left;
font-size: 11px;
}

* html .dropmenudiv_db a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_db a:hover{ /*THEME CHANGE HERE*/
background-color: #66b2fd;
color: #ffffff;
text-decoration: none;
}




