/* eco Lass MAIN NAVIGATION */
	#nav {
		font-size: 12px;	
		background: transparent url(/images/nav-bg_dl.gif) no-repeat 0px -1px;
		height: 36px;
		margin-bottom: 16px;
	}


	#nav ul{
		list-style: none;
		display: block;
		margin: 0;
		padding: 0px;
		width: 750px;
		float: left;
	}
	#nav ul li{
		font-weight: bold;
		margin:0;
		padding: 0px;
		float: left;
		
	}
	#nav ul.dropdown li a.home{
		padding: 5px 15px 6px 20px;
		border-left: none;	
		position:relative;
		z-index: 10;
	}
	#nav ul.dropdown li a.home:hover, #nav ul li a.home:active{
		background: none;
		cursor: pointer;
		margin:0;
		border:none;
		padding: 5px 15px 6px 20px;
	}
	#nav ul li a{
		padding: 9px 20px 9px 20px;
		text-decoration: none;
		text-shadow: #fff 0px .5px 1px;
		color: #222;
		display: block;
	}
	#nav ul li a small{display: none;}
	#nav .current_page_item a, #nav .current_page_item a:hover, #nav li a:hover, #nav li a:active, 	#nav .current_page_ancestor a, #nav .current_page_ancestor a:hover{margin-left: -1px;margin-right: 1px;text-shadow: #666 0 -.5px 1px;}
	
	#nav .current_page_item a, #nav .current_page_item a:hover, #nav .current_page_ancestor a, #nav .current_page_ancestor a:hover{
		text-decoration: none;	
		background: #2a2a2a url(/images/nav-current.png) repeat-x top left;
		color: #fff;
	}
	 #nav li a:hover{
		color: #fff;
		background: #b1b1b1 url(/images/nav-hover.png) repeat-x top left;
	}
	 #nav li a:active{
		color: #fff;
		background: #2a2a2a url(/images/nav-action.png) repeat-x top left;
	}
	
	/* Drop Down*/
	#nav li{position:relative;}
	
	#nav ul ul {display: none;} 


/* CLEARFIX -- fixes clearing issue for floated elements */
	.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.fix{display:inline-block;} 
	* html .fix{height:1%;}
	.fix{display:block;}
