
#bottommenu 
{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:60px;
    height:10px;
}

/* NIVEAU 1 */ 
#bottommenu ul
{ 
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#bottommenu ul li
{ 
	float:left;
}
		
#bottommenu ul a:link,  #bottommenu ul a:visited
{
	display:block;
	font-size:9px;
    color:#595A4F;  
    font-family:Arial, Geneva, Verdana, Sans-Serif;
    text-decoration:none;
    font-weight:bold;
}

#bottommenu ul a:hover 
{
    color:#A2A38E;
}

#bottommenu ul a:active
{
    color:#595A4F;  
}

#bottommenu ul a.Selected, #bottommenu ul a:visited.Selected
{
    color:#A2A38E;
}

#bottommenu .scheidingsteken
{
    display:block;
    background-image:url(/images/project/mnu_bottom_scheiding.gif.v=1);
    background-repeat:no-repeat;
    width:1px;
    height:10px;
    margin-left:8px;
    margin-right:8px;
}
