.glowingtabs{
float:left;
width:100%;
font-size: 12px;
border-bottom: 0px solid #dcc208; /*Add border strip to bottom of menu*/
}

.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;
}

.glowingtabs a, .glowingtabs a:link, .glowingtabs a:visited, .glowingtabs a:active{
	float:left;
	margin:0 0 0 6px;
	padding:0 10px 0 5px;
	line-height:30px;
	height:30px;
	text-decoration:none;
	background: url(assets/images/rgtCr.png) no-repeat right bottom;
}

.glowingtabs span{
	float:left;
	font-weight:bold;
	cursor:pointer;
	color:#3B3B3B;
	background: url(assets/images/lftCr.png) no-repeat left bottom;
	height:30px;
	margin:0 1px;
}

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

.glowingtabs a:hover span {
color: black;
}

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

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #9f7000; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
z-index:100;
background-color: white;
width:200px;
visibility: hidden;
}


.dropmenudiv_d a, .dropmenudiv_d a:link, .dropmenudiv_d a:visited, .dropmenudiv_d a:active{
width: auto;
display: block;
line-height:25px;
padding:0 0 0 5px;
border: 0 solid #dcc208; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
text-decoration: none;
color: black;
}

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

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

