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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 900px;
	height: 100px;
	overflow: hidden;
}

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

#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:180px;
	height: 100px;
}

#imageMenu ul li.cashexchange a {
	background: url(../../theme/menu_cashexchange.jpg) repeat scroll 0%;
}

#imageMenu ul li.quicksale a {
	background: url(../../theme/menu_quicksale.jpg) repeat scroll 0%;
}

#imageMenu ul li.quicksaleiphone a {
	background: url(../../theme/menu_quicksale_iphone.jpg) repeat scroll 0%;
}

#imageMenu ul li.quicksaleipad a {
	background: url(../../theme/menu_quicksale_ipad.jpg) repeat scroll 0%;
}

#imageMenu ul li.signup a {
	background: url(../../theme/menu_signup.jpg) repeat scroll 0%;
}

#imageMenu ul li.buy a {
	background: url(../../theme/menu_buy.jpg) repeat scroll 0%;
}

#imageMenu ul li.webservices a {
	background: url(../../theme/menu_webservices.jpg) repeat scroll 0%;
}

#imageMenu ul li.store a {
	background: url(../../theme/menu_store.jpg) repeat scroll 0%;
}

#imageMenu ul li.contact a {
	background: url(../../theme/menu_contact.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

