/* CSS Document */
	
	body {
		background: url(neu-BACK.jpg) no-repeat fixed;
		background-position:top center;
	}
	
	.nav-bar ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.nav-bar li {
		float: left;
	}

	.nav-bar li a {
		background: url(neu-nav-bar.jpg);
		height:30px;
		float:left;
		width:148px;
		display:block;
		border-right:1px solid #D6D6D6;
		border-left:1px solid #D6D6D6;
		border-top:1px solid #D6D6D6;
		/*border:1px solid #bbb;*/
		text-align: center;
	}
	
	.position {
		line-height:30px;
	}
	
	.nav-bar {
		width:auto;
		padding-top:5px;
	}
	
	.sub-nav {
		background: url(neu-sub-nav.jpg);
		display:block;
		width:168px; 
		height:18px; 
		border:1px solid #D6D6D6; 
		/*margin-top:1px;*/ 
		text-align:left;
		text-indent:1px;
		overflow:hidden;
		line-height:20px;
	}