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

	Image Menu
	v 2.2

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

#imageMenu * {
	margin: 0;
	padding: 0;
}

#imageMenu {
	margin-top: -40px;
	position: relative;
	width: 586px;
	height: 200px;
	overflow: hidden;
}

* html #imageMenu {margin-top:-25px;}
*+html #imageMenu {margin-top:-25px;}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
/*	width: 3200px;*/
	width: 2240px;

}

#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:58px; /* 10 images */
	width:65px; /* 9 images */
/*	width:84px; /* 7 images */
	height: 200px;
}

#imageMenu ul li a:focus {
	outline:0;
}

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

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

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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