/* START: Tier 1 navigation */
div#topnav_main_holder {
	position:relative;
	width:auto;
	height:32px;
	}
	
div#farleft, div#farright {
	position:relative;
	float:left;
	width:2px;
	height:32px;
	}
	
div.ndv_button_spacer {
	position:relative;
	float:left;
	width:1px;
	height:32px;
	}
	
div#topnav_links_holder {
	position:relative;
	float:left;
	width:auto;
	height:32px;
	}
	
div.ndv_nav_button {
	no-position:relative;
	float:left;
	width:auto;
	height:32px;
	background-color:transparent;
	}
	
div.ndv_button_left, div.ndv_button_right {
	position:relative;
	float:left;
	width:12px;
	height:32px;
	}
	
div.ndv_button_body {
	position:relative;
	float:left;
	width:auto;
	height:32px;
	background-image:url('../images/xbt_nav.jpg');
	}
	
div.ndv_button_body span{
	position:relative;
	top:10px;
	font-size:13px;
	font-family:'lucida sans';
	font-weight:bold;
	}
	
div.ndv_button_body span a{
	text-decoration:none;
	color:#fff;
	}
	
div.ndv_button_body span a:hover{
	text-decoration:none;
	color:#FFCC00;
	}
/* END: Tier 1 navigation */


/* START: Tier 2 navigation */
div.subnav_holder {
	display:none;
	no-background-color:#000;
	background-color:transparent;
	no-filter: Alpha(Opacity=95);
	no--moz-opacity:0.95;
	top:32px;
	no-left:0px;
	no-margin-left:0px;
	}
	
div.subnav {
	position:relative;
	height:25px;
	width:100%;
	width:150px;
	no-background-color:#000;
	background-color:#051F2F;
	filter: Alpha(Opacity=95);
	-moz-opacity:0.95;
	}
	
div.subnav:hover {
	position:relative;
	height:25px;
	width:100%;
	width:150px;
	background-color:#131471;
	filter: Alpha(Opacity=100);
	-moz-opacity:1.00;
	}
	
	div.subnav span {
		position:relative;
		top:0px;
		font-size:12px;
		}
		
	div.subnav span a {
		color:#fff;
		text-decoration:none;
		}
	
	
/* START: Tier 2 navigation */
	



/* Navigation 
div#nav_links {
	position:relative;
	width:798px;
	left:50%;
	margin-left:-399px;
	height:32px;
	z-index:15;
	}
	
	div#nav_links div#nav_left {
		float:left;
		height:32px;
		width:10px;
		}
		
	div#nav_links div#nav_right {
		float:right;
		height:32px;
		width:10px;
		}
		
	div#container_links {
		float:left;
		width:778px;
		height:32px;
		background-color:#820000;
	}
		
		div#container_links span.ndv_links {
			position:relative;
			float:left;
			padding-top:7px;
			padding-bottom:7px;
			font-size:12px;
			}
			
		div#container_links span.ndv_links a {
			color:#fff;
			text-transform:lowercase;
			text-decoration:none;
			font-weight:normal;
			}
			
		div#container_links span.ndv_links a:hover {
			color:#e8b54c;
			}
			
		div#container_links span.spacer {
			float:left;
			}
			
/* Navigation */

/* SUB NAVIGATION
div.subnav_container {
	display:none;
	position:absolute;
	top:32px;
	margin-left:0px;
	width:auto;
	height:auto;
	background-color:transparent;
	z-index:10;
	left:0px;
}

div.subnav {
	width:165px;
	height:25px;
	cursor:pointer;
	background-color:#003366;
	filter: Alpha(Opacity=75);
	-moz-opacity:0.75;
}

div.subnav:hover{
	background-image: url('../images/nothing.jpg');
	filter: Alpha(Opacity=100);
	-moz-opacity:1.0;
}

div#container_links span.ndv_links div.subnav span{
	position:relative;
	top:4px;
}

div#container_links span.ndv_links div.subnav span a{
	font-family:arial,verdana;
	font-size:11px;
	color:#F3F3F3;
}

div#container_links span.ndv_links div.subnav span a:hover{
	color: #fff;
	text-decoration:none;
}
/* END: Subnavigation */