#menu {
	background-color: #FFFFFF;
	left: auto;
	top: auto;

}
#menu div.top {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 8px;

    width: 100%;
}
#menu div.section {
	position: absolute;
	display: inline;
	z-index: -1;













}
#menu div.box {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	visibility: hidden;
	margin: auto;
	width: 100%;
	background-image: url(../../plaatjes/blauw.gif);
	background-repeat: repeat;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;










}
#menu a {
    font-family: arial;
    font-size: 12px;
    color: #000066;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: arial;
    font-size: 12px;
    color: #000066;
    text-decoration: none;
    white-space: nowrap;
}
