/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#logo{
	background-image: url(images/Logo3c.png);
	background-repeat: no-repeat;
	position: relative;
	width: 700px;
	height: 147px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	top: 0;
}



#imageMenu {
	position: relative;
	width: 700px;
	height: 329px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	top: 0px;


}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 329px;
	width: 1000px;
	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:140px;
	height: 329px;
}

#imageMenu ul li.landscapes a {
	background: url(images/landscapes.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/people.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/nature.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/urban.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;
	width: 310px;
}

#imageMenu ul li.menu1 a {
	background: url(images/menu_vission.jpg) repeat scroll 0%;

}
#imageMenu ul li.menu2 a {
	background: url(images/menu_facility.jpg) repeat scroll 0%;

}
#imageMenu ul li.menu3 a {
	background: url(images/menu_education.jpg) repeat scroll 0%;

}
#imageMenu ul li.menu4 a {
	background: url(images/menu_training.jpg) repeat scroll 0%;

}
#imageMenu ul li.menu5 a {
	background: url(images/menu_elearning.jpg) repeat scroll 0%;
	width: 448px;
}

.clear {
	clear: both;
}

/*************************************************************/
