
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#container{
	
}

#imageMenu {
	position:relative;
	height: 200px;
	width: 900px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	
}



#imageMenu ul {
	
	margin: 0px;
	display: block;
height: 200px;
	width: 1370px;
	padding-right: 0px;
	padding-left: 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:126px;
	height: 200px;
}

#imageMenu ul li.about_us a {
	background: url(image_menu/about_us.jpg) repeat scroll 0%;
}
#imageMenu ul li.solution a {
	background: url(image_menu/solution.jpg) repeat scroll 0%;
}

#imageMenu ul li.support a {
	background: url(image_menu/support.jpg) repeat scroll 0%;
}

#imageMenu ul li.login a {
	background: url(image_menu/login.jpg) repeat scroll 0%;
}
#imageMenu ul li.service a {
	background: url(image_menu/service.jpg) repeat scroll 0%;
}

#imageMenu ul li.roi a {
	background: url(image_menu/roi.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.contact_us a {
	background: url(image_menu/contact_us.jpg) repeat scroll 0%;
	width: 310px;
}



.clear {
	clear: both;
}

/*************************************************************/


