/*	Dit is de inhoud van het menu. De lay-out is te vinden in lay-out.css */
#menucontent
{	
	position: relative;
	margin: auto;
	width: 800px;
	padding-left: 35px;
}
#menu ul
{
	height: 29px;
	line-height: 29px;
}
#menu ul li
{
	float: left;
	font-weight: bold;
	color: white;
	margin: 0px 20px 0px 20px;
	padding: 0px 20px 0px 5px;
	list-style-type: none;
}
#menu ul li a
{
	color: white;
	text-decoration: none;
}
#menu ul li:hover
{
	text-decoration: underline;
}
.MenuActive
{
	position: relative;
	background-image: url("../images/menu-hover-bg.jpg");
}
#activetext:hover
{
	text-decoration: none;
}
#activetext
{
	float: left;
	line-height: 29px;
	height: 29px;
}
#glowleft
{
	position: relative;
	left: -9px; /* de padding van een #menu ul li plus de breedte van #glowleft zelf */
	width: 16px;
	height: 29px;
	float: left;
	background-image: url("../images/menu-glow-left.jpg");
}
#glowright
{
	position: relative;
	right: 20px; /* de rechtermarge van #menu ul li */
	width: 4px;
	height: 29px;
	float: left;
	background-image: url("../images/activemenuglowright.png");
}
.left h1
{
	margin-left: 60px;
}
