
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 795px;
	height: 250px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 795px;
	margin-left: 0px;
	padding-left: 17px;
	
	}

#imageMenu ul li {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:138px;
	height: 250px;
	margin-left: 0px;
	padding-left: 0px;
}


*/
.clear {
	clear: both;
}

a img { border: none; }

a {
	text-decoration: none;
}

a:hover {
	color: #354158;
}
/*************************************************************/

