
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 900px;
	height: 100px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 84px;
	width: 800px;
	padding-left:0px;
	margin-left:0px;
	font-family: "Tahoma", arial sans-serif; font-size:11px
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 84px;
	width: 84px;
	padding: 5px;
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#imageMenu ul li.opt1 a {
	background: #bbbbaa url('imatges/opt1on.png');
}

#imageMenu ul li.opt2 a {
	background: #aaaa99 url('imatges/opt2on.png');
}

#imageMenu ul li.opt3 a {
	background: #999988 url('imatges/opt3bon.png');
}

#imageMenu ul li.opt4 a {
	background: #888877 url('imatges/opt4on.png');
}

#imageMenu ul li.opt5 a {
	background: #777766 url('imatges/opt5on.png');
}

#imageMenu ul li.opt6 a {
	background: #666655 url('imatges/opt6on.png');
}

#imageMenu ul li.opt7 a {
	background: #555544 url('imatges/opt7on.png');
}
#imageMenu ul li.opt8 a {
	background: #444433 url('imatges/opt8on.png');
}

.clear {
	clear: both;
}

#imageMenu a{color:#ffffff}

/*************************************************************/

