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

	Image Menu
	v 2.2

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

#menuHolder {
	background-color:white;
	border-top: 3px solid #CC292A;
	border-bottom: 3px solid #CC292A;
	background: #fff url(../img/logo.png) no-repeat bottom left;
	padding-left:357px;
	margin-top:10px;
}

#imageMenu {
	position: relative;
	width: 420px;
	height: 155px;
	overflow: hidden;
	border-right: 3px solid #CC292A;
}

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

#imageMenu ul li {
	float: left;
}

#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:51px;
	height: 155px;
}

#imageMenu ul li.opt1 a {
	background: #5F6E73 url(../img/menu1.png) no-repeat bottom left;
	border-left: 2px solid #CC292A;
}
#imageMenu ul li.opt2 a {
	background: #7C8789 url(../img/menu2.png) no-repeat bottom left;
}
#imageMenu ul li.opt3 a {
	background: #8B9EA4 url(../img/menu3.png) no-repeat bottom left;
}
#imageMenu ul li.opt4 a {
	background: #A5B0B2 url(../img/menu4.png) no-repeat bottom left;
}
#imageMenu ul li.opt5 a {
	background: #BAC5C7 url(../img/menu5.png) no-repeat bottom left;
}
#imageMenu ul li.opt6 a {
	background: #DDDEE0 url(../img/menu6.png) no-repeat bottom left;
}
#imageMenu ul li.opt7 a {
	background: #DDDEE0 url(../img/menu7.png) no-repeat bottom left;
}
#imageMenu ul li.opt8 a {
	background: #DDDEE0 url(../img/menu8.png) no-repeat bottom left;
	width: 310px;
}

.clear {
	clear: both;
}

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

