/* ---- 
 	HOOFDMENU 
   ----*/

table#topMenu td {
	width:129px; 	/* 129 */
	height:38px; 	/* 38 */
}

/* overall normal button */ 
table#topMenu td {
	background-image:url('../images/button1.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
	cursor:pointer;
}
table#topMenu td h1 {
	color:#FFFFFF;
	font-size:11px;
	margin:0 0 0 0;
}
table#topMenu td h1 a, table#topMenu td h1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

table#topMenu td:hover {
	background-image:url('../images/button2.jpg');
}

/* overrule initial with open button */ 
table#topMenu td.open {
	background-image:url('../images/button2.jpg');
}

/* ---- 
 	SUBMENU 
   ----*/
div#subMenu {
	padding-right:10px;
}

div#subMenu a.menu_opened {
	color:#54301a;
}
div#subMenu a.menu_closed {
	color:#97c0e6;
}
h2.submenu {
	font-size:11px;
	padding:0 0 8px 0;
}

/* ---- 
 	FOOTMENU 
   ----*/
div#downMenu {
	background-image:url('../images/footer.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	padding:10px 0 0 10px;
	width:586px; /* 576 */
	height:27px; /* 37 */
}

div#downMenu h1.menuDown {
	font-size:10px;
	display:inline;
	padding:3px 4px 3px 8px;
	color:#FFFFFF;
}

div#downMenu h1.menuDown a {
	color:#FFFFFF;
}

/* INTRO MENU */
table#leftMenu {
	padding-left:15px;
}
table#leftMenu td {
	cursor:pointer;
}
table#leftMenu td h1 {
	font-weight:normal;
	color:#FFFFFF;
	font-size:11px;
	padding:10px 0 10px 0;
	margin:0;
}
table#leftMenu td.else {
	border-bottom:1px solid #97c0e6;
	padding-left:6px;
	padding-right:6px;
}
table#leftMenu td.first {
	border-top:1px solid #97c0e6;
	border-bottom:1px solid #97c0e6;
	padding-left:6px;
	padding-right:6px;
}

