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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 820px;
	height: 150px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.lrsearch a {
	background: url(/images/lrsearch.png) repeat scroll 0%;
	background-position: top left;
    background-repeat: no-repeat;
}

#imageMenu ul li.search a {
	background: url(/images/search.png) repeat scroll 0%;
	background-position: top left;
    background-repeat: no-repeat;
}

#imageMenu ul li.agent a {
	background: url(/images/agent.png) repeat scroll 0%;
	background-position: top left;
    background-repeat: no-repeat;
}

#imageMenu ul li.info a {
	background: url(/images/info.png) repeat scroll 0%;
	background-position: top left;
    background-repeat: no-repeat;
}

.clear {
	clear: both;
}

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

