@charset "UTF-8";
/* CSS Document */
.nav_container {
	width:956px;
	height:34px;
	background:url(images/nav-bg.png) repeat-x 0 0;
	text-align:center;
	z-index: 10;
	position: relative;
	}

#nav_main {
	list-style-type: none;
	height: 34px;
	width:950px;
	padding: 0;
	margin: 0 0 -7px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	}

#nav_main li {
	float: left; 
	height:34px; 
	position: relative; 
	padding: 0;
	margin:0 0 -2px 0;
	line-height: 40px; 
	background: url(images/nav-bg.png) repeat-x 0 0; 
	}

#nav_main li:hover { 
	background-position: 0 -40px; 
	}

#nav_main li a {
	display: block;
	height:34px; 
	padding: 0 11px;
	color: #000; 
	text-decoration: none; 
	}

#nav_main li a:hover { 
	color: #fff;
	}

#nav_main li ul { 
	visibility:hidden; 
	position: absolute; 
	left: 0; 
	width: 185px; 
	background: #fff; 
	list-style-type: none; 
	padding: 0; 
	margin: 0 0 0 0;
	text-align:left;
	}

#nav_main li:hover ul { 
	opacity: 1;
	visibility:visible; 
	}

#nav_main li ul li { 
	float: none;
	position: static; 
	height: 0; 
	line-height: 0; 
	background: none;
	margin:0;
	z-index:1; 
	}

#nav_main li:hover ul li { 
	height: 30px; line-height: 30px; 
	}

#nav_main li ul li a { 
	background: #ccc;
	color: #000;
	}

#nav_main li ul li a:hover { 
	background: #2e6aa0; 
	}
#nav_dropdownarrow {
	background:url(images/nav_arrow.png) center no-repeat;
}
