/* Alle styles voor de menu's */

/* Menu Top */
#menuTop {
	width: 952px;
	height: 34px;
	background: url(../img/layout/navigatie/bgMenuTop.gif) repeat-x left top;
}

	#menuTopLt {
		width: 700px;
		height: 34px;
		background: url(../img/layout/navigatie/bgMenuTopLt.gif) no-repeat left top;
		float: left;
	}
	
		#menuTopLt p {
			padding: 10px 20px;
			color: #fff;
		}
		
		#menuTopLt a {
			text-decoration: none;
			color: #fff;
		}
		
		#menuTopLt a:hover, #menuTopLt a.selected, #menuTopLt a.selected:hover {
			color: #d4c9e3;
			text-decoration: none;
		}
	
	#menuTopRt {
		width: 252px;
		height: 34px;
		background: url(../img/layout/navigatie/bgMenuTopRt.gif) no-repeat right top;
		float: left;
	}
	
		#menuTopRt p {
			padding: 10px 20px 10px 0;
			color: #fff;
			text-align: right;
		}
		
		#menuTopRt a {
			text-decoration: none;
			color: #fff;
		}
		
		#menuTopRt a:hover, #menuTopRt a.selected, #menuTopRt a.selected:hover {
			color: #d4c9e3;
			text-decoration: none;
		}
		
		#menuTopRt span {
			background: url(../img/layout/achtergronden/bgBulletMenuTop.gif) no-repeat 0 50%;
			padding: 0 0 0 16px;
		}

/* Menu left */
#containerMenuLt {
	width: 176px;
	padding: 20px 0;
	background: url(../img/layout/achtergronden/bgBorder.gif) repeat-y right top;
}

	#menuLt {
		width: 165px;
		margin: 0 0 0 1px;
		overflow: hidden;
	}
	
		#menuLt p {
			display: block;
			padding: 0 15px 10px 15px;
			color: #5c2e91;
			font-size: 1.4em;
			font-weight: bold;
		}
		
		#menuLt ul, #menuLt ul li {
			width: 155px;
			list-style-type: none;
		}
		#menuLt ul {
			margin: 0 0 0 10px;
		}
		
		#menuLt ul li a {
			display: block;
			width: 145px;
			padding: 5px;
			background: url(../img/layout/achtergronden/bgBorder.gif) repeat-x left bottom;
			color: #000;
			font-size: 1.1em;
			text-decoration: none;
		}
		
		#menuLt ul li a:hover, #menuLt ul li a.selected, #menuLt ul li a.selected:hover {
			width: 145px;
			color: #5c2e91;
			font-weight: bold;
		}
