#menu{width: 135px;
	height: 90%;
	margin: 0px;
	margin-bottom: 1em;
	border-left: 1px solid #EEEEEE; 
	padding: 0px; 
	padding-top: 1.5em;
	text-transform: none;
}
#menu ul { 
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	width: 135px;/* Width of Menu Items */ 
	vertical-align: middle;
	z-index:10;
} 

#menu ul li { 
	position: relative; 
	z-index:10;
} 

#menu li ul { 
	position: absolute; 
	left: 134px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
	z-index:10;
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0px 0px 0px 0px; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none;
	color:#000000;
	font-size: 1em;
	font-weight: bold;
	/*background-color: transparant;  IE6 Bug */ 
	padding: 2px; 
	padding-left: 7px;
	border-bottom: 1px solid #CFCFCF; 
	background-image: url('blok.gif');
	background-position: 0% 50% ; 
	background-repeat: no-repeat;
	z-index:10;
}
/* Hover Styles */ 
#menu ul a:hover {color: #FF6600; 
	/*background: #6171ac;*/ 
	border-bottom: 1px solid #F49140; 
	background-color: #EEEEEE; 
} 

/* Sub Menu Styles */ 
#menu li ul a { width: 135px;
	text-decoration: none; 
	color: #000000; 
	font-weight: bold;
	background: #EEEEEE; /* IE6 Bug */ 
	padding: 2px; 
	padding-left: 5px;
	/*border: 1px solid #bec4d0; */
	border-bottom: 1px solid #fefde8;
	/*background-image: url('blok.gif');
	background-position: 0% 50% ; 
	background-repeat: no-repeat;*/
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #FF6600; 
	background: #EEEEEE; 
	/*background-image: url('blok.gif');
	background-position: 0% 50% ; 
	background-repeat: no-repeat;*/
} 
.topmenu{padding: 5px; border-bottom: solid 5px #FFFFFF;
}
.topmenu td  {width: 130px; border: solid 1px #FF5C00; text-align: center; padding-bottom: 3px;}
.topmenu a {color:#000000; font-weight: bold;
	/*border: solid 1px #F49140;
	padding: 2px;
	width: 100%;*/
	text-align: center;
	text-decoration: none; 
}

.topmenu a:active {color: #FF6600; text-decoration: none; }
.topmenu a:hover {color: #FF6600; text-decoration: none; }
.topmenu a:visited {text-decoration: none; }
/* CSS-hack voor Netscape en Mozilla: uitlijning menublok*/

html>body #menu {height: 76% ; }
html>body tr.topmenu td  {width: 130px; border: solid 1px #FF5C00; text-align: center;}
html>body tr.topmenu td a{width: auto;}
