
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 250px;
	height: 220px;
	overflow: hidden;
	list-style: none;

	background-color: #0f2219;
	border: 1px solid #022f87;
	margin-left: auto;
text-align: right;
list-style: none;
background-image:url(images/imagemenubg.gif);
background-position:left;
background-repeat:no-repeat;
}

#imageMenu li {
list-style: none;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 350px;
	
	}

#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: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.png) repeat scroll 0%;
}

#imageMenu ul li.five a {
	background: url(images/button_contact.png) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

