
/* right menu items - categories */

#menu_right {
	float: left;
	padding:0;
	margin:0;
	width: 137px;
}

#menu_right ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#menu_right li {
	float: left;
	padding: 0;
	margin: 0;
	
}

/* pages */

/*
.cat-item {
    float: left;	
	padding: 0;
	margin: 0;
	border: 0;
    text-transform: lowercase;
	line-height: 16px;
	text-align: left;
	border-bottom: 1px solid #fff;
}

.cat-item a:link, .cat-item a:visited {	
	float: left;
	width: 117px;
	height: 19px;
	padding: 5px 10px 10px 10px;
	margin:0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	text-decoration: none;
    text-transform: none;
	background: url(images/bg_rightmenu.gif) no-repeat top;
}



.cat-item a:hover, .cat-item a:active, .current-cat-item a, .current-cat-item a:visited,
.current-cat-parent a, .current-cat-parent a:visited {
	color: #fff;
	background: url(images/bg_rightmenu-over.gif) no-repeat top;
}


*/


.page_item {
    float: left;	
	padding: 0;
	margin: 0;
	border: 0;
    text-transform: lowercase;
	line-height: 16px;
	text-align: left;
	border-bottom: 1px solid #fff;
}

.page_item a:link, .page_item a:visited {	
	float: left;
	width: 117px;
	height: 19px;
	padding: 5px 10px 10px 10px;
	margin:0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	text-decoration: none;
    text-transform: none;
	background: url(images/bg_rightmenu.gif) no-repeat top;
}



.page_item a:hover, .page_item a:active, .current_page_item a, .current_page_item a:visited,
.current_page_parent a, .current_page_parent a:visited {
	color: #fff;
	background: url(images/bg_rightmenu-over.gif) no-repeat top;
}


/* MAIN MENU ITEMS (top navigation bar) */

#menu {
	float: left;
	padding:0;
	margin:0;
	width: 960px;
	height: 35px;
	background: url(images/bg_buttons.gif) repeat-x;
}

#menu ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	padding: 0;
	margin: 0;
}

.menu_item a {
	float: left;
	width: 138px;
	height: 35px;
	padding: 0;
	margin: 0;
	border: 0;
}

#menu_home a:link, #menu_home a:visited { background: url(images/btn_home.gif) no-repeat; }
#menu_home a:hover, #menu_home a:active, #menu_home a.current { background: url(images/btn_home-over.gif) no-repeat; }

#menu_isabel a:link, #menu_isabel a:visited { background: url(images/btn_isabel.gif) no-repeat; }
#menu_isabel a:hover, #menu_isabel a:active, #menu_isabel a.current  { background: url(images/btn_isabel-over.gif) no-repeat; }

#menu_maatwerk a:link, #menu_maatwerk a:visited { background: url(images/btn_maatwerk.gif) no-repeat; }
#menu_maatwerk a:hover, #menu_maatwerk a:active, #menu_maatwerk a.current  { background: url(images/btn_maatwerk-over.gif) no-repeat; }

#menu_natmilieu a:link, #menu_natmilieu a:visited { background: url(images/btn_natmilieu.gif) no-repeat; }
#menu_natmilieu a:hover, #menu_natmilieu a:active, #menu_natmilieu a.current  { background: url(images/btn_natmilieu-over.gif) no-repeat; }

#menu_ontwerpers a:link, #menu_ontwerpers a:visited { background: url(images/btn_ontwerpers.gif) no-repeat; }
#menu_ontwerpers a:hover, #menu_ontwerpers a:active, #menu_ontwerpers a.current  { background: url(images/btn_ontwerpers-over.gif) no-repeat; }

#menu_contact a:link, #menu_contact a:visited { background: url(images/btn_contact.gif) no-repeat; }
#menu_contact a:hover, #menu_contact a:active, #menu_contact a.current  { background: url(images/btn_contact-over.gif) no-repeat; }






