
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 305px;
	height: 260px;
	overflow: hidden;
	list-style: none;


	border: 1px solid #303030;

text-align: right;
list-style: none;

background-position:left;
background-repeat:no-repeat;
}

#imageMenu li {
list-style: none;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 262px;
	width: 340px;
		margin-left: 0px;
		padding-left: 0px;
	}

#imageMenu ul li {
	float: left;
}

#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:100px;
	height: 262px;
}

#imageMenu ul li.one a {
	background: url(images/menu_box1.png) repeat scroll 0%;
}

#imageMenu ul li.two a {
	background: url(images/menu_box2.png) repeat scroll 0%;
}

#imageMenu ul li.three a {
	background: url(images/menu_box3.png) repeat scroll 0%;
}

#imageMenu ul li.four a {
	background: url(images/button_gallery.png) repeat scroll 0%;
}

#imageMenu ul li.five a {
	background: url(images/button_contact.png) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


