﻿.hoofdMenu 
{
	width:940px;
	height:59px;
	margin:auto auto;
	padding-left:40px;
    background: transparent url('images/bg_menu.png') no-repeat;
    
}
	
	
.hoofdMenu .mnuLink
{
   	margin:0px;
	margin-top:25px;
	border-right:solid red 1px;
	height: 16px;
	float:left;
	padding: 0px 15px 0px 15px;
}
.hoofdMenu .last
{
	border:0px;
}
.hoofdMenu .mnuLink a
{
	color: #ED1C38;
	font-weight:bold;
	text-decoration:none;
	font-size: 15px;
}

.hoofdMenu .mnuLink a:hover
{
	color: #404040;
}


.subMenu
{
	width:940px;
	padding-left:40px;
	margin:auto auto;
    min-height:30px;
    background-image:url('images/bg_content.png');    
}
.subMenu .mnuLink
{
   	margin:0px;
	margin-top:5px;
	border-right:solid red 0px;
	height: 16px;
	float:left;
	padding: 0px 15px 0px 15px;
}
.subMenu .last
{
	border:0px;
}
.subMenu .mnuLink a
{
	color: #ED1C3B;
	text-decoration:none;
	font-size: 10pt;
	font-weight:normal;
}

.subMenu .mnuLink a:hover
{
	color: black;
}


.active 
	{
		color:#ED1C3B;
		}
