/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 518px;
	height: 130px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px; border-right:2px solid #666666;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 3120px;
	height: 130px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	background:#FFFFFF none repeat scroll 0%;
	border:0px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:40px;
	height: 130px;
}

#imageMenu ul li.history a {
	background: url(../img/menu_historia.jpg) repeat scroll 0%;
}

#imageMenu ul li.akcie a {
	background: url(../img/menu_akcie.jpg) repeat scroll 0%;
}

#imageMenu ul li.nilang a {
	background: url(../img/menu_nilang.jpg) repeat scroll 0%;
}

#imageMenu ul li.fleur a {
	background: url(../img/menu_fleur.jpg) repeat scroll 0%;
}

#imageMenu ul li.equus a {
	background: url(../img/menu_equus.jpg) repeat scroll 0%;
}

#imageMenu ul li.encrenoire a {
	background: url(../img/menu_encrenoire.jpg) repeat scroll 0%;
}

#imageMenu ul li.perles a {
	background: url(../img/menu_perles.jpg) repeat scroll 0%;
}

#imageMenu ul li.amethyst a {
	background: url(../img/menu_amethyst.jpg) repeat scroll 0%;
}

#imageMenu ul li.white a {
	background: url(../img/menu_white.jpg) repeat scroll 0%;
}

#imageMenu ul li.enelle a {
	background: url(../img/menu_enelle.jpg) repeat scroll 0%;
}

#imageMenu ul li.ltdedition a {
	background: url(../img/menu_ltd.jpg) repeat scroll 0%;
}

#imageMenu ul li.napiste a {
	background: url(../img/menu_napistenam.jpg) repeat scroll 0%;
}

#imageMenu ul li.predajne a {
	background: url(../img/menu_predajne.jpg) repeat scroll 0%;
	width: 230px;
}

.clear {
	clear: both;
}

/*************************************************************/


