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

	Image Menu
	v 2.2

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

#menuHolder {
	background-color:#111111;
	padding-top:40px;
	padding-bottom:30px;
}

#imageMenu {
	position: relative;
	width: 900px;
	height: 150px;
	overflow: hidden;
	background: #111111 url(../img/logo.factory.jpg) no-repeat 30px 5px;
	border-right: 2px solid #9FA0A3;
}

#imageMenu ul {
	list-style: none;
	margin: 0 0 0 360px;
	display: block;
	height: 150px;
	width: 800px;
	background: red;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid black;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:135px;
	height: 150px;
	outline:0;
}

#imageMenu ul li.opt1 a {
	background: #ED008C url(../img/menu1.png) no-repeat bottom right;
}
#imageMenu ul li.opt2 a {
	background: #99C93C url(../img/menu2.png) no-repeat bottom right;
}
#imageMenu ul li.opt3 a {
	background: #00ADEF url(../img/menu3.png) no-repeat bottom right;
}
#imageMenu ul li.opt4 a {
	background: #111111 url(../img/menu4.png) no-repeat bottom right;
	width: 310px;
}

.clear {
	clear: both;
}

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

