.glowingtabs{
 
line-height:normal;
 background:url(../images/nav_bg.jpg) left no-repeat;
 
  font-family:Trebuchet MS; font-size:13px; color:#fff; font-weight:bold; 
 } 

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

.glowingtabs li{
display:inline;
margin:0;
padding:4px 5px 4px 20px;
background:url(../images/nav_border.jpg) right top no-repeat;


}

.glowingtabs a{
 
 margin:0;
margin-right: 15px; /*spacing between each tab*/
padding:0 0 0 0px;
text-decoration:none;
color:#FFFFFF;
}
 
.glowingtabs a:hover{
	text-decoration:underline;
	color:#fff;
	}

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

.dropmenudiv_d{
	position:absolute;
	top: 160px;
	/*border: 1px solid #dcc208; *//*THEME CHANGE HERE*/
border-width: 0 0px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 202px;
	visibility: hidden;
	left: 276px;
}


.dropmenudiv_d a{
/*background-color: #fef8c8;*/
width: 202px;
display: block;
text-indent: 12px;
 padding:6px 0;
text-decoration: none;
color:#fff;
 background:url(../images/dropdown-bg.jpg) top repeat-x #2f78b1;
 text-align:left;
}

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

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
  color:#ffffff;
}

