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

	Image Menu
	v 2.2

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


#imageMenu {

	width: 100px;
	height: 320px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 640px;
	width: 100px;
	
	}

#imageMenu ul li {
	float:top;
}

#imageMenu ul li a {
	text-indent: -560px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 40px;
}

#imageMenu ul li.menu1 a {
	background: url(images/menu1.jpg) repeat scroll 0%;
	background-position:top;

}

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

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

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

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

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

#imageMenu ul li.menu7 a {
	background: url(images/menu7.jpg) repeat scroll 0%;
	background-position:top;	
    height: 160px;
}
#imageMenu ul li.menu8 a {
	background: url(images/menu8.jpg) repeat scroll 0%;
	background-position:top;	
}


.logo {
margin-bottom:0px;
}

.clear {
	clear: both;
}



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

