.navigation {
	height:26px; 
	background: url(../images/mainMenuBg2.png) right no-repeat; 
	position:relative; 
	font-family:Arial, Verdana, sans-serif; 
	font-size:11px; 
	width:955px; 
	z-index:500;
}

.navigation .table {
	display:table; 
	margin:0 auto;
	float: right;
}

.navigation .select, .navigation .current {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:table-cell; 
	white-space:nowrap;
}

.navigation li {
	margin:0; 
	padding:0; 
	height:20px; 
	float:left;
}

.navigation .select a { 										/* main niet-geselecteerd */
	display:block; 
	height:26px; 
	float:left;
	padding:0 8px 0 8px; 
	text-decoration:none; 
	line-height:26px; 
	white-space:nowrap; 
	color:#FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
}

.navigation .current a { 										/* main geselecteerd */
	display:block; 
	height:26px; 
	float:left; 
	padding:0 0 0 4px; 
	text-decoration:none; 
	line-height:26px; 
	white-space:nowrap; 
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	background: url(../images/mainMenuHover2.png) no-repeat bottom center;
}


.navigation .current a b {
	display:block; 
	padding:0 8px 0 4px; 
}

.navigation .select a:hover, .navigation .select li:hover a { 	/* main hover */
	padding:0 0 0 4px; 
	cursor:pointer; 
	color:#000000;
	background: url(../images/mainMenuHover2.png) no-repeat bottom center;
}

.navigation .select a:hover b, .navigation .select li:hover a b {
	display:block; 
	float:left; 
	padding:0 8px 0 4px; 
	cursor:pointer;
}

.navigation .select_sub {
	display:none;
}

/* IE6 */
.navigation table {
	border-collapse:collapse; 
	margin:-1px; 
	font-size:1em; 
	width:0; 
	height:0;
}

.navigation .sub {
	display:table; 
	margin:0 auto; 
	float: right;
	list-style:none;
}

.navigation .sub_active .current_sub a, .navigation .sub_active a:hover {
	background:transparent; 
	color:#f00;
}

.navigation .select :hover .select_sub, .navigation .current .show {	/* submenu bar */
	display:block; 
	position:absolute; 
	width:726px;
	height:25px;
	top:26px;
	background: url(../images/subMenuBg.jpg) no-repeat;
	padding:0; 
	z-index:100; 
	right:0; 
	text-align:center;
}

.navigation .current .show {
	z-index:10;
}

.navigation .select :hover .sub li a, .navigation .current .show .sub li a {	/* sub niet-geselecteerd */
	display:block; 
	float:left; 
	background:transparent; 
	padding:0 10px 0 10px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#fff;
	font-size: 12px;
}

.navigation .current .sub li.sub_show a {	/* sub geselecteerd */
	color:#fff; 
	cursor:default;
	text-decoration: underline; 
}

.navigation .select :hover .sub li a:hover, .navigation .current .sub li a:hover {	/* sub hover */
	visibility:visible; 
	color:#d8d8d8;
}