.glowingtabs{
float:center;
width:80%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:normal;
border-top: 5px solid #FFFFFF; /*Add border strip to top of menu*/
border-bottom: 2px solid #FFFFFF; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
margin: 0;
padding: 0;
float: left;
width: 900px; /*width of menu*/
border: 0px solid #c0c0c0; /*silver border*/
border-width: 0px 0px;
background:  url(http://www.narberthpa.com/HolyTrinity/media/indentbg_2grn.gif) center center repeat-x;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(http://www.narberthpa.com/HolyTrinity/media/indentbg_grn.gif) center center repeat-x;
margin-left: 0px;
margin-right: 0px; /*spacing between each tab*/
padding: 1 1 1 59px;
text-decoration:none;
border-left: 0px solid #FFFFFF; /*white divider between menu items*/
}

.glowingtabs a span{
float:left;
display:block;
background: url(http://www.narberthpa.com/HolyTrinity/media/indentbg_grn.gif) center center repeat-x;
padding: 1 60 1 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:500;
color:#FFFFFF;
}

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

.glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: rgb(255,255, 255);
font-weight:700;
}

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

.glowingtabs a:hover span {
color: rgb(0, 0, 204);
font-weight:700;
font-style: none;
text-decoration:underline;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
color: rgb(255,255, 255);
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: rgb(255,255, 255);
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: rgb(255,255, 255);
}

.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*/
color: rgb(255,255, 255);
}

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

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #000099; /*THEME CHANGE HERE*/
border-width: 1px 1px;
font:normal 10px Verdana, Arial, Helvetica, sans-serif;
text-align:left;
line-height:18px;
z-index:100;
background-color: white;
width: 300px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #00000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

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

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
color: #000000;
}

