﻿
/**************************************************************

	Image Menu
	v 2.0

**************************************************************/
body
{
background-color:#ececec;
}
#Table_01
{
	background-color:#ffffff;
}
#imageMenu {
	position: relative;
	width: 548px;
	height: 221px;
	overflow: hidden;
	background-image:url('../images/top_back.png');
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 221px;
	width: 548px;
	text-align:center;
	
	}

#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:170px;
	height: 221px;
}

#imageMenu ul li.reliable a {
	background: url('../images/reliable.jpg') repeat scroll 0%;
}

#imageMenu ul li.efficient a {
	background: url('../images/efficient.jpg') repeat scroll 0%;
}

#imageMenu ul li.secure a {
		background: url('../images/secure.jpg') repeat scroll 0%;

}
.clear {
	clear: both;
}

/*************************************************************/

