.glowingtabs ul
{
	margin:0px 0px 0px 2px;
	padding:63px 0px 0px 0px;
	text-align:left;
	list-style-type:none;
}
.glowingtabs li
{
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs a
{
	float:right;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 9px;
	text-decoration:none;
	background:url(../images/glowtab-left.gif) no-repeat left top;
}
.glowingtabs a span
{

	display:block;
	padding:4px 12px 2px 3px;
	font-weight:normal;
	color:#3B3B3B;
	background: url(../images/glowtab.gif) no-repeat right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \ */
.glowingtabs a span
{
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs a:hover span
{
	color:#ffffff;
}
.glowingtabs li.selected a
{
	background-position:0 -82px;
}
.glowingtabs li.selected a span
{
	color:#ffffff;
	background-position:100% -82px;
}
.glowingtabs a:hover,
.glowingtabs li.selected a:hover
{
	background-position:0% -82px;
}
.glowingtabs a:hover span,
.glowingtabs li.selected a:hover span
{
	background-position:100% -82px;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_d
{
	width:200px;
	top:0;
	position:absolute;
	background-color:#white;
	border-width:0 1;
	border-style:solid;
	border-color:#f4f3f3;
	line-height:18px;
	font:normal 12px Verdana;
	z-index:100;
	visibility: hidden;
}
.dropmenudiv_d a
{
	width:auto;
	display:block;
	padding:2 0;
	border:0 solid #e5e5e5;
	text-decoration:none;
	color:#black;
	text-indent: 5px;
	border-bottom-width: 1px;
}
* html .dropmenudiv_d a
{
	width:100%;
}
.dropmenudiv_d a:hover
{
	background-color:#f4f3f3;
}
