.glowingtabs{
	width:700px;
	font-size: 12px;
	line-height:28px; /*Add border strip to bottom of menu*/
	height: 28px;
	background-image: url(images/index_3.gif);
	background-repeat: repeat;
	float: right;
}

.glowingtabs ul{
	list-style-type: none;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.glowingtabs li{
	display:inline;
	margin:0;
	padding:0;
	background-image: url(images/index_6.gif);
	background-repeat: no-repeat;
}

.glowingtabs a{
	float:left;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
	background-position: left top;
}

.glowingtabs a span{
	float:right;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	height: 28px;
	width: 115px;
	background-image: url(images/index_6.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	cursor: hand;
	padding-left: 20px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {
	float: left;
}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #FFFFFF;
}


.glowingtabs li.selected a{ /*Selected Tab style*/

}

.glowingtabs li.selected a span{ /*Selected Tab style*/
	color: #FFFFFF;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/

}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
	position:absolute;
	top: 0;
	line-height:26px;
	z-index:100;
	background-color: white;
	width: 138px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 26px;
	margin-left: 10px;
}


.dropmenudiv_d a{
	width: 120px;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #2760A5;
	background-image: url(images/index_89.gif);
	background-repeat: no-repeat;
	line-height: 26px;
	height: 26px;
	padding-left: 18px;
	background-color: #FFFFFF;
}

* html .dropmenudiv_d a{ /*IE only hack*/
	width: 120px;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
	background-image: url(images/index_78.gif);
	background-repeat: no-repeat;
}

