/*
donkerBruin = #BB3D14
lichtBruin = #CD5806 
Paars = #9E0053
Standaard = #333333
*/
#menu
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
}
.menu DIV
{
	float: left;
	text-align: center;
}
.menu DIV A
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	border-right: 1px solid white;
	float: left;
}

.menu DIV A:HOVER
{
	color: #9E0053;
	text-decoration: none;
}

.menu DIV DIV A
{
	color: white;
	font-size: 12px;
	text-decoration: none;
    font-weight: normal;
    border-right: 0px solid white;
}

.menu DIV DIV A:HOVER
{
	color: #9E0053;
	text-decoration: none;
}

.menu .menu
{
	position: absolute;
	top: 167px;
	width: 175px;
    background-color: #999999;
    padding-top: 2px;
    padding-bottom: 2px;
}

.menu .menu DIV
{
	float: none;
    border-right: 0px;
    text-align: left;
}

.menu .menu .menu
{
	position: absolute;
	top: 0px;
	border: 1px solid #000;
    background-color: #F2D8C2;
}
