/*
//
// 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_cn/links.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

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

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

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

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

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

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