
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 702px;/****Amplada total****/
	height: 164px;/****alt total****/
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 164px;/****alt total****/
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;/****Amplada minimitzat****/
	height: 164px;/****alt total****/
}

#imageMenu ul li.6colors a {
	background: url(../../img/6colors.jpg) repeat scroll 0%;
}
#imageMenu ul li.josep a {
	background: url(../../img/josep.jpg) repeat scroll 0%;
}

#imageMenu ul li.ester a {
	background: url(../../img/ester.jpg) repeat scroll 0%;
}

#imageMenu ul li.pugs a {
	background: url(../../img/pugs.jpg) repeat scroll 0%;
	/*width: 248px;*/
}

#imageMenu ul li.sonia a {
	background: url(../../img/sonia.jpg) repeat scroll 0%;
}

#imageMenu ul li.toni a {
	background: url(../../img/toni.jpg) repeat scroll 0%;
}
#imageMenu ul li.montse a {
	background: url(../../img/montse.jpg) repeat scroll 0%;
}
#imageMenu ul li.logos a {
	background: url(../../img/logos.jpg) repeat scroll 0%;
}
#imageMenu ul li.samarretes a {
	background: url(../../img/samarretes.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

