#catmenu ul{
	list-style:none;
	margin:0;
	padding:0;
}

.menuitem1{
	background: url(../images/catmenu/jurken-rokken.jpg) no-repeat;
	background-position: 0 -60px;
	width:321px; 
	height:60px; 
	float:left;
}

.menuitem2{
	background: url(../images/catmenu/broeken.jpg) no-repeat;
	background-position: 0 -60px;
	width:321px; 
	height:60px; 
	float:left;
}

.menuitem3{
	background: url(../images/catmenu/jassen-jasjes.jpg) no-repeat;
	background-position: 0 -60px;
	width:321px; 
	height:60px; 
	float:left;
}

.menuitem4{
	background: url(../images/catmenu/accessoires.jpg) no-repeat;
	background-position: 0 -60px;
	width:321px; 
	height:60px; 
	float:left;
}

.menuitem5{
	background: url(../images/catmenu/blouses-truitjes.jpg) no-repeat;
	background-position: 0 -60px;
	width:321px; 
	height:60px; 
	float:left;
}

.menuitem6{
	background: url(../images/catmenu/pakken-ensembles.jpg) no-repeat;
	background-position: 0 -60px;
	width:321px; 
	height:60px; 
	float:left;
}

.menuitem1:hover, .menuitem2:hover, .menuitem3:hover, .menuitem4:hover, .menuitem5:hover, .menuitem6:hover{
	background-position: 0 0;
}

.menu{
	display:none;
}
