body.menu
{
	color: black;
	font: 12px tahoma;
	margin: 1px;
	padding: 0px;
	padding-left: 5px;
}


#menu a:link
{
	text-decoration: none;
	color: black;
}

#menu a:hover
{
	text-decoration: none;
	color: black;
}

#menu a:visited
{
	text-decoration: none;
	color: black;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #003399;
background-image: url(http://www.huizendata.nl/share/bevel4.GIF);
color: #003399;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #003399;
background-image: url(http://www.huizendata.nl/share/bevel4.GIF);
color: #ffffff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover 
{
background-color:#003399;
color: yelow;
}
