#main_nav {
	background-image: url(../images/header/nav_back.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top:44px;
	height: 43px;
	margin-right:-2px;
	
	width: 773px;
	float: right;
}

.glowingtabs{
	font-size: 14px;
	line-height:normal;
	position: relative;
	z-index: 3;
	float: left;

}

#glowmenu_placer {

	position: absolute;

	z-index: 50;

	width: 100%;

}


.glowingtabs ul{

	list-style-type: none;

	margin-left: 0px;

	margin-top: 0;

	margin-right: 0px;

	margin-bottom: 0;

	padding: 0;
padding-left:10px;
	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: 3px;

	padding-bottom: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: 600;


	font-size: 14px;

}



.glowingtabs a span{
	float:left;
	display:block;
	font-weight:500;
	color:#333333;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-top: 8px;
	background-image: url(../images/header/nav_seperator.png);
}

.last_link a span {
	background-image: url(../);
	background-position: -85px;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

.glowingtabs a span {float:none;}

/* End IE5-Mac hack */



.glowingtabs a:hover span {
color: #C80F1D;
	text-decoration: underline;

	
}

#glowmenu {

	padding-top: 4px;

}





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



}



.glowingtabs li.selected a span{ /*Selected Tab style*/
	color: #C80F1D;
	text-decoration: underline;
}

.last_item {
	background-image: url(../theme_images/header/nav_drop_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 221px;
	height: 10px;
}


.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/



}



.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/



}

.glowingtabs a:hover, .last_link a:hover span {
	background-image: url(../);
	background-image:none;
	background-position: -85px;
}

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



.dropmenudiv_d{
	position:absolute;
	padding-right:60px;
	top: 0;
	line-height:20px;
	z-index:100;
	width: 221px;
	visibility: hidden;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-left: 0px;
	background-image: url(../images/header/nav_drop_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.dropmenudiv_d li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}



.dropmenudiv_d a{
	width: 182px;
	display: block;
	text-decoration: none;
	color: #333333;
	text-align: left;
	background-color: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 24px;
	padding-right: 0px;
	margin-right: 40px;
}



* html .dropmenudiv_d a{ /*IE only hack*/

	width: 100%;



}



.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
	background-color: #585858;
	color: #FFEB18;
	text-decoration: underline;
}



