/* Navigation */

	/* ------------------------------------------------------------- */	

	#nav {
		list-style: none;
		/*position: absolute;*/
		width: 200px;
		height: auto;
		padding: 10px 0 10px 0;
		background: transparent;
}
	
	#nav li {
		list-style: none;
		display:inline;
		margin:0;
		padding:0;
		height: 32px;
		width: 200px;
	}
	
	#nav ul {
		margin: 0;
	}
	
	#nav a {
		display:block;
		text-indent:0px;
		left: 0;
		width: 190px;
		height: 22px;
		padding: 5px 5px 5px 5px;
		overflow:hidden;
		margin: 0;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		background: transparent url("../images/nav-bg.jpg") no-repeat 0 0;
	}
	
	#nav a:hover {
		color: #FFFF6C;
		background: transparent url("../images/nav-bg-hover.jpg") no-repeat 0 0;
	}

		
		

	

