#navcontainer {
	margin-bottom: 20px; 
	display: block; 
	height: 48px; 
	clear: both;
	background: #2E3133;
}

	#nav { 
		clear: both;
		display: block;
		height: 48px;
		z-index: 100;
		position: absolute;
	}
	
		#nav ul {
				display: block;
				float: left;
				background: url('../images/nav_bg.jpg') 0 0 no-repeat;
				height: 48px;
				width: 800px;
			}
			
			#nav li {
				display: block;
				float: left;
				height: 48px;
				background: url('../images/nav_divider.gif') right center no-repeat;
			}
			
			#nav ul li ul { display: none;}
			
			#nav a {
				display: block;
				height: 32px;
				/*background: url('../images/nav_caret.gif') bottom center no-repeat;*/
				margin-top: 16px;
				padding: 0 15px 0 15px;
				text-align: center;
				text-transform: uppercase;
				text-decoration: none;
				font-size: 13px;
				color: #FFFFFF;
				_zoom:1;
				_width: 100%;
			}
			
			#nav a.current_page {
				display: block;
				background: url('../images/nav_caret.gif') bottom center no-repeat;
				color: #ffd700;
				font-weight: bold;	
			}
			
			#nav a:hover {
				background: url('../images/nav_caret.gif') bottom center no-repeat;
				color: #ffd700;
				
			}
			
			#contact_container {
				display: block;
				float: right;
				width: 170px;
				height: 48px;
				background: url('../images/nav_bg.jpg') 0 0 no-repeat;
			}
			
			#nav_contact_link {
				display: block;
				float: right;
				height: 48px;

			}

			#nav ul li ul {
				width: 200px;
				position: absolute;
				top: 47px;
				border-left: 2px solid #0C0C0C;
				border-right:2px solid #0C0C0C;
				border-bottom:2px solid #0C0C0C;
				height: auto;
				display: block;
				_zoom: 1;
				_overflow: hidden;

			}

			#nav ul .headlink ul { 
				display: none;
				height: auto;
				}

			#nav ul li ul li {
				float: none;
				overflow: hidden;
				_overflow: visible;
				height: auto;
				width: 200px;
				clear: both;
				background: #2E3133;
				_zoom: 1;
			}

			#nav ul li ul li a {
				background: #2E3133;
				text-align: left;
				background-image: none !important;
				_width: 200px;
			}

	       	#nav ul li ul .headlink:hover ul {
				display: block;
			
				}
