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

	Image Menu
	v 2.2

**************************************************************/
#imageMenuWrapper {
	border:1px solid #ddd;
	padding:2px;
	width: 500px;
	height: 200px;
}

#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
	list-style: none !important;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:99px;
	height: 200px;
}
#imageMenuTop {
width:501px;
height:12px;
background: url(images/imagemenu_top.gif) no-repeat scroll 0%;
}
#imageMenuBottom {
width:501px;
height:12px;
background: url(images/imagemenu_bottom.gif) no-repeat scroll 0%;
}


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

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

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

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

#imageMenu ul li.santens5 a {
	background: url(images/santens5.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

