/* Mouseover Menu! */
#menucontent
{
position:relative; left:0px; top: 0px; 
width: 961px; height:18px;
background-image: url('/images/menu1.gif');
background-repeat: repeat-x;
border:1px solid #000000;
text-align:center;
}


a.menu:link, a.menu:active, a.menu:visited{
padding:1px 15px 0px 15px;;
float:left;
margin:0px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-align:center;
text-decoration:none;
background:#4c4c4c url('/images/menu1.gif') repeat-x;
color:#EEE;
border-right:1px solid #000000;
height:17px;
}

a.menu:hover{
padding:1px 15px 0px 15px;;
float:left;
margin:0px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align:center;
text-decoration:none;
background:#4c4c4c url('/images/menu2.gif') repeat-x;
color:#EEE;
border-right:1px solid #000000;
height:17px;
}

/* Einde Mouseover Menu! */
