.glowingtabs{
	width:425px;
	font-size: 13px;
	line-height:normal;
	position: relative;
	z-index: 13;
	float: right;
	padding-left: 70px;
}

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

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

.glowingtabs a{
	float:left;
	text-decoration:none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 12px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-image: url(../images/glowtab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
}

.glowingtabs a span{
	float:left;
	display:block;
	font-weight:400;
	color:#ffffff;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-image: url(../images/glowtab.gif);
	background-repeat: no-repeat;
	background-position: 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{ /*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: #FFFFFF;
}
.last_item {
	background-image: url(../images/menu_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:22px;
	z-index:100;
	width: 200px;
	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: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 15px;
}


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

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

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