/* Navigation */
	div#container_links {
		position:absolute;
		left:165px;
		top:175px;
		width:445px;
		height:22px;
		z-index:50;
	}
		
		.ndv_links_div {
			position:relative;
			float:left;
			left:15px;
			top:2px;
			margin-right:17px;
			height:22px;
			background-image:url("../images/nothing.gif");
			}
			
		.ndv_links_div span.ndv_links {
			position:relative;
			font-family:"lucida sans",verdana, arial;
			font-weight:bold;
			font-size:14px;
			}
			
		.ndv_links_div span.ndv_links a {
			color:#00122d;
			color:#4c5b24;
			text-decoration:none;
			}
			
		.ndv_links_div span.ndv_links a:hover {
			color:#e8b54c;
			}

			
/* Navigation */

/* SUB NAVIGATION */
div.subnav_container {
	display:none;
	position:absolute;
	top:44px;
	margin-left:0px;
	width:auto;
	height:auto;
	z-index:10;
	left:0px;
}


div.subnav {
	width:190px;
	height:25px;
	cursor:pointer;
	background-color:#a6ce39;
	filter: Alpha(Opacity=85);
	-moz-opacity:0.85;
}

div.subnav:hover{
	filter: Alpha(Opacity=100);
	-moz-opacity:1.0;
}

div.subnav span{
	position:relative;
	top:3px;
}

div.subnav span a{
	color:#00122d;
	font-family:rockwell,georgia;
	font-size:14px;
	text-decoration:none;
}

div.subnav span a:hover{
	color:#00122d;
}
/* END: Subnavigation */
