
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	width: 696px;
	height: 133px;
	overflow: hidden;
	background-color: #FFFFFF;
}



#imageMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	height: 133px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#transparant none repeat scroll 0%;
	border-right: 4px solid #transparant;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:116px;
	height: 133px;
}



#imageMenu ul li.pertama a {
	background: url(images/paket_01_dedicated.jpg) repeat scroll 0%;
}

#imageMenu ul li.kedua a {
	background: url(images/paket_02_games.jpg) repeat scroll 0%;
}

#imageMenu ul li.ketiga a {
	background: url(images/paket_03_apartment.jpg) repeat scroll 0%;
}

#imageMenu ul li.keempat a {
	background: url(images/paket_04_soho.jpg) repeat scroll 0%;
}

#imageMenu ul li.kelima a {
	background: url(images/paket_05_education.jpg) repeat scroll 0%;
}

#imageMenu ul li.keenam a {
	background: url(images/paket_06_personal.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


