.glowingtabs{
	float:left;
	width:100%;
	font-size: 12px;
	line-height:normal;
	background-image: url(../images/top_nav_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

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

.glowingtabs li{
	display:inline;
	margin:0;
	padding:0;
}
#glowmenu .selectedli {
float:left;
	background:url(../images/tableft.png) no-repeat left top; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
	color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
#glowmenu a {
	float:left;
	padding:0 0 0 0px;
	text-decoration:none;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}



.glowingtabs a span{
	float:left;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-top: 1px none #2D4B87;
	border-right: 1px solid #2D4B87;
	border-bottom: 1px none #2D4B87;
	border-left: 1px none #2D4B87;
	padding-right: 15px;
	margin-top: 5px;
}

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

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

/* ######### 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;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dcc208; /*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: #fef8c8;
}
.glowingtabs  a  .selected  {
	float:left;
	display:block;
	background:url(../images/tab.png) no-repeat right top;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}
.glowingtabs  a  .selected  {
	float:none;
}
