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

	Image Menu
	v 2.2

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


#imageMenu, #imageMenu2{
	
	width: 755px;
	height: 270px;
	overflow: hidden;
	margin:0;
	padding:0;
}



#imageMenu ul, #imageMenu2 ul {
	list-style: none;
	margin: 0px;
	padding:0;
	display: block;
	height: 270px;
	width: 1000px;
	
	}

#imageMenu ul li, #imageMenu2 ul li {
	float: left;
}

#imageMenu ul li a, #imageMenu2 ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:125px;
	height: 270px;
}

#imageMenu ul li.fox a {
	background: url(../images/brands_fox.jpg) repeat scroll 0%;
}

#imageMenu ul li.casaloma a {
	background: url(../images/brands_casaLoma.jpg) repeat scroll 0%;
}

#imageMenu ul li.ogradys a {
	background: url(../images/brands_ogradys.jpg) repeat scroll 0%;
}

#imageMenu ul li.nyood a {
	background: url(../images/brands_nyood.jpg) repeat scroll 0%;
}

#imageMenu ul li.kultura a {
	background: url(../images/brands_kultura.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.miller a {
	background: url(../images/brands_miller.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.wheatsheaf a {
	background: url(../images/brands_wheatsheaf.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.philthys a {
	background: url(../images/brands_philthys.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.eatalia a {
	background-attachment: scroll;
	background-image: url(../images/brands_eatalia.jpg);
	background-repeat: repeat;
	background-position: 0%;	
}






.clear {
	clear: both;
}

#example{
	margin:0 auto;
	padding:0;
	width:755px;
}

/*************************************************************/
#imageMenu ul li.phg a {
	background: url(../images/brands_phg.jpg) repeat scroll 0%;
}

