/*
//
// LAYOUT STYLES
//
*/

#menu_mouseover {
	display: none;
	position: absolute;
	top: 24px;
	left: 400px;
}

ul.menu {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
}

ul.menu li {
	height: 28px;
	float: right;
}

ul.menu a {	
    height: 28px;
	color: #fff;
	overflow: hidden;
	display: block;
}

#menu_links {
  width: 55px;
  text-indent: 55px;
  background-image: url(../img/nav_nl/links.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#menu_contact {
   width: 55px;
	text-indent: 60px;
	background-image: url(../img/nav_nl/contact.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu_sustainability {
	width: 86px;
	text-indent: 90px;
	background-image: url(../img/nav_nl/duurzaamheid.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu_projects {
	width: 65px;
	text-indent: 70px;
	background-image: url(../img/nav_nl/projecten.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu_bureau {
	width: 50px;
	text-indent: 55px;
	background-image: url(../img/nav_nl/bureau.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu_news {
	width: 50px;
	text-indent: 55px;
	background-image: url(../img/nav_nl/nieuws.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu_links:hover, #menu_contact:hover, #menu_sustainability:hover, #menu_projects:hover, #menu_bureau:hover, #menu_news:hover {
	background-position: 0px 0px;
}
