@charset "UTF-8";
/* CSS Document */

.glowingtabs {
	position:absolute;
	width:850px;
	font-family:Futura Medium Condensed, Futura Condensed, Futura,Arial,sans-serif;
	font-size:10px;
	text-align:center;
	border-bottom: 12px solid #000; 
	left:0;
	top:-8px;
	}
.glowingtabs ul {
	list-style-type: none;
	margin:0;
	margin-left:15px;
	padding:0;
	}
.glowingtabs li {
	color:#000;
	display:inline;
	margin:0;
	padding:0;
	}
.glowingtabs a {
	float:left;
	margin:0;
	padding:0 3px 0 0;
	text-decoration:none;
	}
.glowingtabs a span {
	float:left;
	display:block;
	width:100px;
	background:url(../Images/button.jpg);
	padding: 4px 0 3px 0;	
	font-weight:700;
	}
.glowingtabs a:hover span {
	color:#FFF;
	}
.glowingtabs a:visited span {
	color:#000;
	}
.glowingtabs li.selected a {
	background-position:0-34px; 
	}
.glowingtabs li.selected a span { 
	/*background-position:100%-34px; */  /*set so selected is not the highlighted version*/
	color:#FFF;
	}
.glowingtabs a:hover, .glowingtabs li.selected a:hover { 
	background-position:0%-34px; 
	}
.glowingtabs a:hover span, .glowingtabs li.selected a:hover span { 
	background-position:100%-34px; 
	}
/* ----------- Style for Drop Down Menu ----------- */
.dropmenudiv_d {
	position:absolute;
	font:normal 10px Arial;
	font-weight:500;
	line-height:16px;
	width:180px;
	visibility: hidden;
	margin-top:-195px;
	background-image:url(../images/pullDownBkgd.gif);
	}
.dropmenudiv_d a {
	display: block;
	text-indent: 5px;
	border: 0 solid #FFF; 
	border-bottom-width: 2px;
	padding: 3px 0;
	text-decoration: none;
	color:#000;
	}
* html .dropmenudiv_d a { /*IE only hack*/
	width:100%;
	}
.dropmenudiv_d a:hover {
	background-color:#516e84;
	color: #FFF;
	}
