/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 654px;
	height: 300px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 900px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -900px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:80px;
	height: 300px;
}

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

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

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

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

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

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

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

.imageMenu ul li.por a {
	background: url(images/menu/por.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}