@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) ===== */
.menuTop {
	position: relative;
	width: 100%;
}
	.menuTop .item {
		float: left;
		display: block;
		line-height: 24px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		margin: 0 24px;
	}
	.menuTop .item a {
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #4d4d45;
	}
	.menuTop .item a:hover {
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #cc3300;
	}
	.menuTop .submenu {
		position: absolute;
		top: 24px;
		left: 0px;
		z-index: 20;
		width: 200px;
	}
		.menuTop .submenu .item {
			float: left;
			display: block;
			line-height: 22px;
			width: 200px;
			text-align: left;
		}
		.menuTop .submenu a {
			display: block;
			width: 150px;
			margin: 0;
			padding: 0 5px;
			background: url(../img/menu/transparent.png) top left no-repeat; /* IE7 & FF */
			_background: #cccccc; /* IE6 */
			font-size: 11px;
			font-weight: normal;
			text-transform: none;
			color: #ffffff;
		}
		.menuTop .submenu a:hover {
			display: block;
			width: 150px;
			margin: 0;
			padding: 0 5px;
			background: #cc3300;
			font-size: 11px;
			font-weight: normal;
			text-transform: none;
			color: #ffffff;
		}
		.menuTop .submenu span {
			
		}
		.menuTop .submenu span:hover {
		}
		#submenu_1 {
			margin-left: -3px;
		}
		#submenu_2 {
			margin-left: 170px;
		}
		#submenu_3 {
			margin-left: 421px;
		}
		#submenu_4 {
			margin-left: 530px;
		}
		#submenu_5 {
			margin-left: 754px;
		}

/* ===== Menu (Left) ===== */
.menuLeft {
	line-height: 20px;
	text-align: left;
	margin: 15px 0 20px 15px;
}
.menuLeft .selected a, .menuLeft .selected a:hover {
	color: #cc3300;
	text-decoration: none;
}
	.menuItem a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #ffffff;
		text-decoration: none;
	}
	.menuItem a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #cc3300;
		text-decoration: none;
	}
	.subMenu {
		margin: 3px 0 8px 20px;
	}
		.subItem a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #ffffff;
			text-decoration: none;
		}
		.subItem a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #cc3300;
			text-decoration: none;
		}
		.subMenu .selected a, .subMenu .selected a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #ffffff;
			background-color: #cc3300;
			text-decoration: none;
		}

/* ===== Menu (Left - Bottom) ===== */
.menuLeftBottom {
	clear: both;
	float: left;
	width: 180px;
	border-top: 1px solid #f59139;
	margin: 5px 0;
}
.menuBottomItem {
	line-height: 20px;
	text-align: left;
	padding: 8px 5px 8px 15px;
	border-bottom: 1px solid #f59139;
}
	.menuBottomItem a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #ffffff;
		text-decoration: none;
	}
	.menuBottomItem a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #cc3300;
		text-decoration: none;
	}

/* ===== Menu (Contentheader - Tabs) ===== */	
.contentMenu {
	width: 100%;
	height: 22px;
	background-color: #737369;
}
	.contentMenuItem {
		display: block;
		float: left;
		line-height: 20px;
		background: url(../img/ombouw/tab_out.gif) top left no-repeat;
		margin: 2px 2px 0 0;
	}
	.contentMenuItem a, .contentMenuItem a:hover {
		display: block;
		line-height: 20px;
		background: url(../img/ombouw/tab_out.gif) top right no-repeat;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		padding: 0 8px 0 0;
		margin: 0 0 0 8px; 
	}
	.contentMenu .selected {
		display: block;
		float: left;
		line-height: 20px;
		background: url(../img/ombouw/tab_over.gif) top left no-repeat;
		margin: 2px 2px 0 0;
	}
	.contentMenu .selected a, .contentMenu .selected a:hover {
		display: block;
		line-height: 20px;
		background: url(../img/ombouw/tab_over.gif) top right no-repeat;
		font-size: 11px;
		font-weight: bold;
		color: #4d4c47;
		text-decoration: none;
		padding: 0 8px 0 0;
		margin: 0 0 0 8px;
	}
