.glowingtabs{
float:left;
color:#f4ee99;
font:normal 9px Verdana;
line-height:normal;
/*border-bottom: 1px solid #ab6076; /*Add border strip to bottom of menu*/
height:49px;
}

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

.glowingtabs li{
display:inline;
margin:0;
padding:0;
height:32px;

}

.glowingtabs a{
float:left;
/*background:url(media/glowtab-left.gif) no-repeat left top;*/
color:#f4ee99;
margin:0;
margin:3px 7px 0 7px; /*spacing between each tab*/
text-decoration:none;
font: bold 11px "arial";
text-transform:uppercase;
height:30px;
padding-top:4px;
}

.glowingtabs ul li a:hover {
		height:30px;
        background: #af7a88;
        color:#f4ee99;
}

.glowingtabs a span{
float:left;
display:block;
/*background:url(media/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;*/
font-weight:bold;
height:25px;
padding-top:6px;
margin:0;
cursor:pointer;
color:#f4ee99;
/*color:#3B3B3B;*/
}

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

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

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

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

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
	 color:#f4ee99;
}

.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:#f4ee99;
}

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

.dropmenudiv_d{
	position:absolute;
	top: 0;
	border: 1px solid #ab6076; /*THEME CHANGE HERE*/
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 170px;
	visibility: hidden;
}


.dropmenudiv_d a{
	width: auto;
	display: block;
	border: 0 solid #ab6076; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding-left: 3px;
	padding-top: 2px;
	text-decoration: none;
	color: black;
	cursor:pointer;
	width:auto !important;
	width:100%;
}

.dropmenudiv_d .menu
	{
		cursor:pointer;
	}

/*
* html .dropmenudiv_d a{
	width: 100%;
	background-color: #ECDDE2;
}
*/

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

