.glowingtabs{
	width:675px;
	font-size: 100%;
	line-height:normal;
	position: relative;
	z-index: 3;
	float: right;
	padding-left: 18px;
	margin-right: auto;
	margin-left: auto;
}
#glowmenu_placer {
	position: absolute;
	z-index: 50;
	width: 100%;
}
#glowmenu_placer2 {
	width: 995px;
	height: 35px;
	margin-right: auto;
	padding-top: 139px;
	margin-left: auto;
}



.glowingtabs ul{
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding: 0;
	height: 28px;
}

.glowingtabs li{
	display:inline;
	padding:0;
	margin-top: 0;
	margin-right: 0;
}

.glowingtabs a{
	float:left;
	text-decoration:none;
	margin-bottom: 0;
	padding-left: 7px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 80%;
}

.glowingtabs a span{
	float:left;
	display:block;
	font-weight:400;
	color:#FFFFFF;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
}


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

.glowingtabs a:hover span {
	color: #A4CEE3;
}
#glowmenu {
	padding-top: 4px;
}


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

.glowingtabs li.selected a span{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: #7FD3F4;
}
.last_item {
	background-image: url(../images/menu_drop_bot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 150px;
	height: 6px;
}

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

.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*/
}

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

.dropmenudiv_d{
	position:absolute;
	top: 0;
	line-height:25px;
	z-index:100;
	width: 200px;
	padding-left: 25px;
	visibility: hidden;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv_d a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4EA5D5;
	text-align: left;
	background-color: #0579B2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #4EA5D5;
	border-left-color: #4EA5D5;
}

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

}

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