@charset "utf-8";
/* CSS Document */

#menu {
	float:left;
	margin-top:20px;
	margin-left:25px;
	width:620px;
}

#logo { float:left; }

#cv {
	float:right;
	margin-right:40px;
	margin-bottom:10px;
	display: block;
	width:75px;
	height:75px;
	background: url("../images/cv.jpg") no-repeat 0 0;
}
#cv:hover { background-position: 0 -75px; }
#cv span { display: none; }

#intro_nav {
	float:left;
	margin-left:20px;
	display: block;
	width:70px;
	height:50px;
	background: url("../images/menu.jpg") no-repeat 0 0;
}
#intro_nav:hover { background-position: 0 -50px; }
#intro_nav span { display: none; }

#werk_nav {
	float:left;
	margin-right:10px;
	display: block;
	width:70px;
	height:50px;
	background: url("../images/menu.jpg") no-repeat -68px 0;
}
#werk_nav:hover { background-position: -68px -50px; }
#werk_nav span { display: none; }

#stats_nav {
	float:left;
	display: block;
	width:105px;
	height:50px;
	background: url("../images/menu.jpg") no-repeat -138px 0;
}
#stats_nav:hover { background-position: -138px -50px; }
#stats_nav span { display: none; }

#contact_nav {
	float:left;
	display: block;
	width:110px;
	height:50px;
	background: url("../images/menu.jpg") no-repeat -241px 0;
}
#contact_nav:hover { background-position: -241px -50px; }
#contact_nav span { display: none; }