/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 730px;
	height: 429px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
/*	border-right: 1px solid #9C9A9A;*/
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:182px;
	height: 429px;
}

.imageMenu ul li.resu01 a {
	background: #004E24 url(../img/photo/topvis1.jpg) repeat scroll 0%;
}

.imageMenu ul li.resu02 a {
	background: #004E24 url(../img/photo/topvis2.jpg) repeat scroll 0%;
}

.imageMenu ul li.resu03 a {
	background: #004E24 url(../img/photo/topvis3.jpg) repeat scroll 0%;
}

.imageMenu ul li.resu04 a {
	background: #004E24 url(../img/photo/topvis4.jpg) repeat scroll 0%;
	width: 310px;
}
/*
.imageMenu ul li.abstract a {
	background: purple url(../img/photo/topvis5.jpg) repeat scroll 0%;
	
}*/

.clear {
	clear: both;
}

/*************************************************************/

