/* MENU BALK */
.div4
{
	margin-top: 100px;
	height: 40px;
	width: 100%;
	background-image: url('../images/bg_middle.jpg');
	background-repeat: repeat-x;
	font-weight: bold
}

/* BOVENSTE DEEL MENU */
.div5
{
	margin-left: 5px;
	width: 100%
}

/* BALK ONDER MENU */
.div7
{
	margin-top: -2px;
	width: 100%;
}

/* ONDERSTE DEEL MENU */
.menu
{
    font-size: 8pt;
	margin-top: 8px;
}

/* CONTENT TABLE */
.table1
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: 0px solid;
	border-collapse: collapse;
}

/* MENU BOX */
.submnuBox
{
    margin-top: 13px;
    width: 350px;
    color: black;
    line-height: 15px;
    background-color: #EEEEEE;
	display: inline-block;
}
