.glowingtabs{
	font-size: 16px;
	line-height:0;
	position: relative;
	z-index: 10;

	width: 1113px;
	text-align: center;

}

.glowingtabs ul{

	list-style-type: none;
	margin-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 17px 0 0 0  ;
	height: 20px;
	
}

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


.glowingtabs a{
	text-decoration:none;

	margin-bottom: 0px;
	padding-left: 18px;
	padding-bottom: 0px;
	font-weight: 400;
	font-size: 16px;
	float: left;
	padding-top: 0px;
	line-height: 1px;
}

.glowingtabs a span{
	float:left;
	height:2px;
	font-weight:normal;
	color:#fff;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 16px;
	padding-left: 5px;
	margin: 0px;
	line-height: 100%;
}

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



.glowingtabs a .dropper{
	float:left;
	display:block;
	height:2px;
	font-weight:normal;
	color:#fff;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 29px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right 6px;
	background-image: url(../images/down_arrow1.gif);
	margin: 0 25px 0 0;
}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #FFFF00;
	cursor: pointer;
}



.glowingtabs li.selected a span{ /*Selected Tab style*/

	color: #FFFF00;
}
.last_item {
	background-image: url(../images/menu_drop_bot.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	height: 10px;
	padding-left:20px;
}



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

.dropmenudiv_d{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 250px;
	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: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 5px;
}
.text_spacing {
	display: block;
	padding-left: 5px;
}



.dropmenudiv_d a{
	width: 180px;
	display: block;
	text-decoration: none;
	color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	text-align: left;
	background-color: #10A15F;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left:20px;
	padding-left: 5px;
}

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

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
color:#FFFF00;
	background-color: #0B7746;
}
.nav_arrow1 {
	height: 6px;
	width: 10px;
	padding-left: 10px;
}
