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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 900px;
	height: 300px;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}



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

#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:225px;
	height: 300px;
}

#imageMenu ul li.timg1 a {
	background-attachment: scroll;
	background-image: url(../images/timg1.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#imageMenu ul li.timg2 a {
	background-attachment: scroll;
	background-image: url(../images/timg2.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#imageMenu ul li.timg3 a {
	background-attachment: scroll;
	background-image: url(../images/timg3.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#imageMenu ul li.timg4 a {
	width: 310px;
	background-attachment: scroll;
	background-image: url(../images/timg4.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.clear {
	clear: both;
}
#inlink/*************************************************************/
  {
	text-indent: 0px;
	display: block;
	width: 135px;
	height: 135px;
	background-image: none;
	background-repeat: repeat;
	position: absolute;
	top: 270px;
	z-index: 50;
	margin-left: 20px;
}
#inlink a {
	text-indent: -9999px;
	display: block;
	height: 135px;
	width: 135px;
}
