#collections {
	position: relative;
	top: 16px;
	/* left: 20px; */
	left: 0;
	width: 925px;
	height: 40px;
	padding-bottom: 20px;
}

#collections ul {
	margin: 0;
	list-style: none;
	height:40px;
}

#collections li {
	float: left;
	height:40px;
	display: block;
	width: 109px;
	margin-right: 7px;
	cursor: pointer;
}
#collections li.last {
	margin-right: 0px;
}
#collections li.current {
	background-color: #fff;
}

#collections li h2 {
	text-indent: -9999em;
	cursor: pointer;
	width: 111px;
	height: 42px;
	display: block;
	float: left;
}
#collections li h2 a {
	text-indent: -9999em;
	margin: 0px;
	display: block;
	width: 111px;
	height: 42px;
	cursor: pointer;
	float: left;
}
#collections.collections_22 li h2 a {
	background-image: url(images/collections_menu_nl.png);
}
#collections.collections_21 li h2 a {
	background-image: url(images/collections_menu_en.png);
}
#collections li h2 a.collection_0 {
	background-position: 0 0;
}
#collections li h2 a.collection_0.current, #collections li h2 a.collection_0:hover  {
	background-position: 0 -42px;
}
#collections li h2 a.collection_1 {
	background-position: -111px 0;
}
#collections li h2 a.collection_1.current, #collections li h2 a.collection_1:hover  {
	background-position: -111px -42px;
}
#collections li h2 a.collection_2 {
	background-position: -222px 0;
}
#collections li h2 a.collection_2.current, #collections li h2 a.collection_2:hover  {
	background-position: -222px -42px;
}
#collections li h2 a.collection_3 {
	background-position: -333px 0;
}
#collections li h2 a.collection_3.current, #collections li h2 a.collection_3:hover  {
	background-position: -333px -42px;
}
#collections li h2 a.collection_4 {
	background-position: -444px 0;
}
#collections li h2 a.collection_4.current, #collections li h2 a.collection_4:hover  {
	background-position: -444px -42px;
}
#collections li h2 a.collection_5 {
	background-position: -555px 0;
}
#collections li h2 a.collection_5.current, #collections li h2 a.collection_5:hover  {
	background-position: -555px -42px;
}
#collections li h2 a.collection_6 {
	background-position: -666px 0;
}
#collections li h2 a.collection_6.current, #collections li h2 a.collection_6:hover  {
	background-position: -666px -42px;
}
#collections li h2 a.collection_7 {
	background-position: -777px 0;
}
#collections li h2 a.collection_7.current, #collections li h2 a.collection_7:hover  {
	background-position: -777px -42px;
}


