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

	Image Menu
	v 2.2

**************************************************************/
#menu {
	position: relative;
	width: 564px; height: 182px;
	top: 16px; left: 85px;
	overflow: hidden;
	clear: both;
}

#menu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 182px;
	width: 1092px;
	}

#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background-position: left top;
}

#menu ul li a {
	text-indent: -1000px;
	cursor:pointer;
	cursor:hand;
	display:block;
	overflow:hidden;
	width:114px;
	height: 182px;
	padding: 0;
	margin: 0;
	background: transparent url(/images/menu-gradian-trans.png) repeat-y top right;
}


.clear {
	clear: both;
}

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


