/*

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

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 898px;
	height: 199px;
	overflow: hidden;
}


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

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

.imageMenu ul li a {
	text-indent: -1000px;
	background:#ff9900 none repeat scroll 0%;
	border-right: 2px solid ff9900;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:225px;
	height: 200px;
}

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

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

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

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




.clear {
	clear: both;
}

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

