/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 775px;
	height: 208px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 208px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:129px;
	height: 208px;
}

#imageMenu ul li.books a {
	background: url('../images/books.jpg');
}

#imageMenu ul li.cds a {
	background: url('../images/cd.jpg');
}

#imageMenu ul li.courses a {
	background: url('../images/courses.jpg');
}

#imageMenu ul li.photographs a {
	background: url('../images/photographs.jpg');
}

#imageMenu ul li.others a {
	background: url('../images/others.jpg');
}
#imageMenu ul li.khyf a {
	background: url('../images/khyfhome.jpg');
	/* width: 310px*/
}

.clear {
	clear: both;
}

/*************************************************************/
