/************************** id's **************************/
#menu {
	font-family:"Verdana", "Tahoma", "Arial";
	font-size:1.2em;
	line-height:150%;
	margin-top:15px;
	margin-bottom:0;
	height:40px; /* MUST voor IE6 */
	}


/************************** classes binnen containers/id's **************************/
#menu .activetab {background:url(layout/tab_act.jpg) no-repeat bottom right;}
#menu .activetab:hover {background:url(layout/tab_act.jpg) no-repeat bottom right;}
#menu a.activetablink:link {color:#000000; font-weight:bold;}
#menu a.activetablink:visited {color:#000000; font-weight:bold;}
#menu a.activetablink:hover {color:#000000; font-weight:bold;}
#menu a.activetablink:active {color:#000000; font-weight:bold;}
#menu a.tablink:link {color:#FFFFFF;}
#menu a.tablink:visited {color:#FFFFFF;}
#menu a.tablink:hover {color:#000000;}
#menu a.tablink:active {color:#FFFFFF;}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:800px;
	background-color:#27343C;
	}
#menu ul li {
	float:left;
	background:url(layout/tab.jpg) no-repeat top right;
	line-height:3em;
	width:140px;
	height:40px;
	text-align:center;
	margin-right:10px;
	}
#menu ul li:hover {
	background:url(layout/tab.jpg) no-repeat bottom right;
	}
#menu ul a {
	display:block;
	height:40px;
	text-decoration:none;
	}

