@charset "utf-8";
/* --------------------------------------------------------=
	CSS Document by Juice BV
	Copyright © Juice BV 

	Juice BV
	Noorderbaan 10
	5388 RB Nistelrode
	
	T: 0412-611453
	F: 0412-614963
	E: info@itsallinthemix.nl
	I: www.itsallinthemix.nl
=-------------------------------------------------------- */

/* ===== Menu (Top) ===== */
.topMenu {
	clear: both;
	height: 29px;
	width: 948px;
	margin: 0 1px;
	text-align: left;
	background: url(/img/menu02/menu_bg.gif) repeat-x top left;
}
	.topMenuLeft {
		height: 29px;
		float: left;
		margin: 0 auto;
	}
	.topMenuLeft ul {
		height: 29px;
		float: left;
		margin: 0 auto;
		margin-left: -40px; /* FF */
		*margin-left: 0; /* IE */
	}
	.topMenuLeft ul li {
		height: 29px;
		float: left;
		list-style: none;
	}
	.topMenuLeft ul li:hover {
		background: url(/img/menu02/menu_bg_over.gif) repeat-x top left;
	}
	.topMenuLeft ul li a {
		height: 29px;
		line-height: 29px;
		padding: 0 18px;
		color: #FFFFFF;
		text-decoration: none;
		border-right: 1px solid #FFFFFF;
	}
	.topMenuLeft ul li a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}
	.topMenuLeft ul li.selected, .topMenuLeft ul li.selected:hover {
		height: 31px;
		padding-top: 2px;
		float: left;
		margin: -5px -2px 0 -2px;
		border-right: 1px solid #666666;
		border-left: 1px solid #666666;
		border-top: 1px solid #888888;
		background-color: #FFFFFF;
		background-image: none;
	}
	.topMenuLeft ul li.selected a, .topMenuLeft ul li.selected a:hover {
		height: 33px;
		line-height: 33px;
		padding: 0 18px 0 18px; 
		font-weight: bold;
		color: #009fc3;
		text-decoration: none;
	}
	.topMenuLeft ul li a.last {
		border-right: none;
	}
	.topMenuLeft ul li {
	}

/* ===== Menu (Left) ===== */
.leftMenu {
	float: left;
	width: 195px;
	text-align: left;
	margin: 0 0 0 1px;
}
	.menuItem {
		width: 195px;
		height: 19px;
		background: #dddddd no-repeat url(/img/menu02/left_plus.gif) 181px 5px;
		margin: 0 0 1px 0;
	}
	.menuItem:hover {
		width: 195px;
		height: 19px;
		background: #e5f5f9 no-repeat url(/img/menu02/left_plus.gif) 181px 5px;
	}
	.leftMenu .selected {
		width: 206px;
		min-height: 33px;
		height: auto; /* IE & FF */
		_height: 33px; /* IE6 */
		background: no-repeat url(/img/menu02/left_selected.png) left top; /* IE & FF */
		_background: no-repeat url(/img/menu02/left_selected.gif) left top; /* IE6 */
		margin: 0 0 -13px -11px;
	}
	.leftMenu .menuItem a.menuFirstLevel, .leftMenu .menuItem a.menuFirstLevel:hover {
		display: block;
		width: 160px;
		line-height: 19px;
		font-size: 10px;
		text-decoration: none;
		color: #666666;
		padding-left: 35px;
	}
	.leftMenu .selected a#current, .leftMenu .selected a#current:hover {
		width: 160px;
		line-height: 19px;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		margin-left: 11px;
	}
	.leftMenu .subItem a.menuSecondLevel  {
		display: block;
		width: 140px;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: #666666;
		line-height: 19px;
		height: 20px;
		margin: 0 0 0 46px;
		padding: 0 0 0 20px;
		background: none;
		border-bottom: 1px solid #DDDDDD; 
	}
	.leftMenu .subItem a.menuSecondLevel:hover {
		display: block;
		width: 140px;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: #666666;
		line-height: 19px;
		height: 20px;
		margin: 0 0 0 46px;
		padding: 0 0 0 20px;
		background: #e5f5f9;
		border-bottom: 1px solid #DDDDDD;
	}
	.leftMenu .subItem#last {
		border: none;
		height: 32px;
	}
	.subMenu .selected, .subMenu .selected:hover {
		width: 160px;
		min-height: 20px;
		height: 20px;
		font-weight: bold;
		margin: 0 0 0 46px;
		background-color: none;
		background: no-repeat url(/img/menu02/left_arrow.gif) 147px 6px;
		border-bottom: 1px solid #DDDDDD; 
	}
	.subMenu .selected a#current, .subMenu .selected a#current:hover {
		width: 140px;
		line-height: 20px;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #009fc2;
		background: no-repeat url(/img/menu02/left_arrow.gif) 147px 6px;
		margin: 0;
		padding: 0 0 0 20px;
	}

/* ===== Menu (Footer) ===== */
.footerMenu ul {
	float: left;
	margin: 0 auto;
	margin-left: 165px; /* FF */
	*margin-left: 205px; /* IE */
}
.footerMenu ul li {
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	color: #8e8e8e;
	list-style: none;
}
.footerMenu ul li a {
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	padding: 0 5px;
	color: #8e8e8e;
	text-decoration: none;
	border-right: 1px solid #8e8e8e;
}
.footerMenu ul li a:hover {
	font-size: 10px;
	color: #009fc3;
	text-decoration: none;
}

.footerMenu ul li.last {
	margin-left: 5px;
}
