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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 250px;
	height: 220px;
	overflow: hidden;
	list-style: none;
	background-color: #dcdcdc;
	border: 1px solid #FFF;
	margin-left: auto;
	text-align: right;
	list-style: none;
	background-image:url(images/imagemenubg.gif);

	/background-image:url(images/imagemenubg.gif);
	background-position:left;

	/background-position:left;
	background-repeat:no-repeat;

	/background-repeat: repeat-y;
}

#imageMenu li {
list-style: none;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	/height: 220px;
	width: 350px;
	/padding-left:40px;
	}

#imageMenu ul li {
	float: left;
	/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:70px;
	height: 220px;
}

#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.html) repeat scroll 0%;
}

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

.clear {
	clear: both;
}

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