/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	width: 980px;
	height: 360px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 360px;
	width: 1200px;
	padding: 0px;	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:138px;
	height: 360px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff;
}

.imageMenu ul li.chandigarh a {
	background: url(images/1.jpg) repeat scroll 0%;
}
.imageMenu ul li.mohali a {
	background: url(images/2.jpg) repeat scroll 0%;
}

.imageMenu ul li.gmohali a {
	background: url(images/3.jpg) repeat scroll 0%;
}
.imageMenu ul li.zirakpur a {
	background: url(images/4.jpg) repeat scroll 0%;
}
.imageMenu ul li.panchkula a {
	background: url(images/5.jpg) repeat scroll 0%;
}
.imageMenu ul li.shimla a {
	background: url(images/6.jpg) repeat scroll 0%;
}
.imageMenu ul li.delhi a {
	background: url(images/7.jpg) repeat scroll 0%;
	width: 138px;
}
.clear {
	clear: both;
}

/*************************************************************/
