div#menu{
	position: relative;
	background-image: url("../images/menu_bg.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	width:479px;
	height:89px;
	padding-left: 10px;
}

#sub_menu_items a{
	color: white;
	text-decoration: none;
}

#sub_menu_items a:hover{
	color: #dcd2c8;
	text-decoration: none;
}

#menu_items{
	height: 28px;
	width: 425px;
	margin-top: 10px;
}

div#sub_menu_items{
	margin: 7px 0px 0px 10px;
	color: white;
}	

#btn_kandidaten{
	float: left;
	background-image: url("../images/menu_items/kandidaten.gif");
	background-repeat: no-repeat;
	width: 99px;
	height: 21px;
}

#btn_organisaties{
	float: left;
	background-image: url("../images/menu_items/organisatie.gif");
	background-repeat: no-repeat;
	width: 115px;
	height: 21px;
}

#btn_opdrachtgevers{
	float: left;
	background-image: url("../images/menu_items/opdrachtgevers.gif");
	background-repeat: no-repeat;
	width: 144px;
	height: 21px;
}

#btn_over-faring{
	float: left;
	background-image: url("../images/menu_items/over_faring.gif");
	background-repeat: no-repeat;
	width: 103px;
	height: 21px;
}

#btn_kandidaten:hover{
	background-image: url("../images/menu_items/kandidaten_over.gif");
}

#btn_organisaties:hover{
	background-image: url("../images/menu_items/organisatie_over.gif");
}

#btn_opdrachtgevers:hover{
	background-image: url("../images/menu_items/opdrachtgevers_over.gif");
}

#btn_over-faring:hover{
	background-image: url("../images/menu_items/over_faring_over.gif");
}

#btn_kandidaten_selected{
	float: left;
	background-image: url("../images/menu_items/kandidaten_over.gif");
	background-repeat: no-repeat;
	width: 99px;
	height: 21px;
}

#btn_organisaties_selected{
	float: left;
	background-image: url("../images/menu_items/organisatie_over.gif");
	background-repeat: no-repeat;
	width: 115px;
	height: 21px;
}

#btn_opdrachtgevers_selected{
	float: left;
	background-image: url("../images/menu_items/opdrachtgevers_over.gif");
	background-repeat: no-repeat;
	width: 144px;
	height: 21px;
}

#btn_over-faring_selected{
	float: left;
	background-image: url("../images/menu_items/over_faring_over.gif");
	background-repeat: no-repeat;
	width: 103px;
	height: 21px;
}

.menu_spacer{
	float: left;
	background-image: url("../images/menu_items/menu_spacer.gif");
	background-repeat: no-repeat;
	width: 3px;
	height: 21px;
	margin:0px 14px 0px 15px;
}

.invisible{
	display: none;
}
