
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 408px;
	height: 156px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 156px;
	width: 800px;
	padding: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;
	width:36px;
	height: 156px;
}

#imageMenu ul li.people a {
	background: url(images/people.jpg) repeat scroll 0%;
}


#imageMenu ul li.products a {
	background: url(images/products.jpg) repeat scroll 0%;
}

#imageMenu ul li.features a {
	background: url(images/features.jpg) repeat scroll 0%;
}

#imageMenu ul li.world a {
	background: url(images/world.jpg) repeat scroll 0%;
}

#imageMenu ul li.india-news a {
	background: url(images/india-news.jpg) repeat scroll 0%;

}

.clear {
	clear: both;
}

/*************************************************************/


