.glowingtabs{
width:776px;
	height:28px;
	margin:0 12px 0 12px;
	/*Add border strip to bottom of menu*/
 }

.glowingtabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.glowingtabs li{
width:154px;
height:28px;
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
width:154px;
float:left;
margin:0;
padding:0;
text-decoration:none;
margin-right:1px;
}
.glowingtabs a span{
float:left;
width:154px;
cursor: pointer;
text-align: center;
font-family: Georgia, serif;
font-weight: bold;
font-size:12px;
 height:28px;
 color: #ffffff;
 line-height:22px;
 margin:0 auto;
 display:block;
 background-image:url(../images/menubg.jpg); background-repeat:repeat-x;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
width:154px;
color: #ffffff;
background-image:url(../images/menuhover.jpg); background-repeat:repeat-x; height:28px; width:100%;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
	position: absolute;
	z-index:100;
	visibility: hidden;
	font-family: Georgia, serif;
	font-size:11px;
	height:22px;
	line-height:22px;
	text-align: left;
	background: #fe8842;
	display:block;
	margin:0 1px;
	}

.dropmenudiv_d a{
width:148px;
display: block;
text-decoration: none;
color:#ffffff;
font-family: Georgia, serif;
font-size:11px;
line-height:22px;
text-align: left;
background: #fe8842;
border: 0 solid #FFFFFF;
border-bottom-width: 1px;
padding-left:6px;

}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #3b53a3;
}
