/*
.topMenu2 {height: 36px;margin: 0px;padding: 0px;}
.topMenu2 a {  	display: block;	height: 30px;	line-height: 30px;	color:#f1bd61; 	text-decoration:none; 	font-size:11px; 	font-family: arial, helvetica, sans-serif; 	font-weight:bold; 	text-align:center; 	background-color:#670800;	padding-left: 1px;	padding-right: 1px;}
.topMenu2 table {	border-right: 3px solid #000;}
.topMenu2 td {	border-left: 3px solid #000;	border-top: 3px solid #000;	border-bottom: 3px solid #000;}
.topMenu2 a:hover {	color: #fff;}
.topMenu2 .current {	color:#fff;	text-decoration:none;}

.hoofdmenu {padding: 0px; margin:0px;list-style:none; height:33px; position:relative;}
.hoofdmenu li {float:left;}
.hoofdmenu li a {float:left; height:27px; line-height:27px; color:#f1bd61; text-decoration:none; font-size:11px; font-family: arial, helvetica, sans-serif; font-weight:bold; text-align:center; padding:3px 0px 3px 4px; cursor:pointer;}
.hoofdmenu li.current a b, .hoofdmenu li a:hover b{color:#fff; background-color:#670800; padding:0 24px 0 23px; }
.hoofdmenu li a b {float:left; display:block; padding:0 24px 0 23px; background-color:#670800; }
*/


.glossymenu li {
	color:#000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	background: url(../images/menu_left_off.png) no-repeat; /*left tab image path*/
	background-position: left;
	float:left;
	width:90px;
}

.glossymenu li.first 
{
	width: 93px;	
}
.glossymenu span {
	display: block;
	height: 29px;
	line-height: 29px;
	margin-left: 5px;
	padding-right: 5px;
	font-weight:bold;
	background: url(../images/menu_right_off.png) no-repeat right top; /*right tab image path*/
}
.glossymenu a {
	display: block;
	height: 29px;
	line-height: 29px;
	text-decoration:none;
	color: #000;
}
.glossymenu a:hover {
	color: #000;
	text-decoration:none;
}
.glossymenu li.current, .glossymenu li:hover {
	text-decoration:none;
	height: 29px;
	line-height: 29px;
	background: url(../images/menu_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current span, .glossymenu span:hover{
	text-decoration:none;
	height: 29px;
	line-height: 29px;
	background: url(../images/menu_right.png) no-repeat right top; /*right tab image path*/
}

/** SUB MENU */

.topMenu ul, .topMenu ul ul {
	padding: 0 0 0 0;
	list-style: none;
	margin-left: -5px;
}

.topMenu ul ul {
	float: none;
	position: absolute;
	display: block;
	width: 200px;
	left: -1000px;
	top: 353px;
	z-index: 999;	
}

.topMenu ul ul a {
	display: block;
	margin:0;
	text-decoration: none;
}

.topMenu ul li li {
    background: none repeat scroll 0 0 #353535; 
    border: none;    
}

.topMenu ul li li a {
    display: block;    
    padding: 0px 5px;
    width: 200px;
    text-align: left;
}

.topMenu ul li:hover ul, .topMenu ul li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

.topMenu ul ul li.first
{
	border-top: 3px solid black;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 














