/* Alle menu's */

/* Navigatie */
#nav {
	width: 931px;
	height: 44px;
}

	#navLt {
		width: 637px;
		height: 44px;
		float: left;
	}
	
		.navLt {
			height: 31px;
			background: url(../img/layout/achtergronden/bgNavLtDivider.jpg) repeat-x left top;
			float: left;
		}
		
			.navLt a, .navLt p {
				display: block;
				height: 31px;
				margin: 0 2px 0 0;
				padding: 0 9px;
				background: #62727a;
				text-decoration: none;
				color: #fff;
			}
			
			.navLt a:hover, .navLt a.selected, .navLt a.selected:hover {
				color: #000;
			}
			
			.home {
				width: 47px;
			}
			.winkelimpressie {
				width: 97px;
			}
			.studio {
				width: 58px;
			}
			.restaurant {
				width: 73px;
			}
			.informatie {
				width: 67px;
			}
			.vragen {
				width: 120px;
			}
			.aanbiedingen {
				width: 86px;
			}
.tuinmeubelen {
				width: 88px;
			}
			.vacatures {
				width: 71px;
			}

				.vacatures a {
					margin: 0;
				}
	
	#navRt {
		width: 294px;
		height: 44px;
		padding: 3px 0 0 0;
		background: url(../img/layout/achtergronden/bgBrdNavRt.gif) no-repeat left top;
		float: left;
	}
	
		.navRt {
			height: 35px;
			background: url(../img/layout/achtergronden/bgNavRtDivider.jpg) repeat-x right top;
			float: right;
		}
		
			.navRt a {
				display: block;
				height: 35px;
				margin: 0 0 0 2px;
				padding: 4px 9px 0 9px;
				background: #62727a;
				text-decoration: none;
				color: #fff;
			}
			
			.navRt a:hover, .navRt a.selected, .navRt a.selected:hover {
				color: #000;
			}
			
			.openingstijden a {
				margin: 0;
			}
			
/* Dropdown */
.navDropdown {
	position: absolute;
	width: 137px;
	margin: 17px 0 0 9px;
}

	.navDropdown ul li { 
		margin: 0 0 0 25px;
	}
		.navDropdown a, .navDropdown p {
			display: block;
			height: 19px;
			padding: 4px 9px 0 9px;
			background: url(../img/layout/achtergronden/bgDropdown.gif) repeat-x left top;
		}
		
		.navDropdown a:hover {
			display: block;
			height: 18px;
			padding: 3px 8px 0 8px;
			background: url(../img/layout/achtergronden/bgDropdown_mo.gif) repeat-x left top;
			border: #333c42 1px solid;
			color: #fff;
		}