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

	Image Menu
	v 2.2

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

/*  #MenuOne {
	position: relative;
	width: 320px;
	height: 120px;
	display: block;
/*	overflow: hidden;
}  */

#imageMenu {
	position: relative;
	width: 936px;
	height: 120px;
	margin-left: 28px;
	float: left;
	overflow: hidden;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -800px;
	background: #FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor: pointer;
/*	float: left;  */
	display: block;
	overflow: hidden;
	width: 144px;
	height: 120px;
}

#imageMenu ul li.home a {
	background: url(../images/ovmenu1b318.png) repeat scroll 0%;
}

#imageMenu ul li.gear a {
	background: url(../images/ovmenu2b318.png) repeat scroll 0%;
}

#imageMenu ul li.navigation a {
	background: url(../images/ovmenu3b318.png) repeat scroll 0%;
}

#imageMenu ul li.crew a {
	background: url(../images/ovmenu4b318.png) repeat scroll 0%;
}

#imageMenu ul li.lifeboats a {
	background: url(../images/ovmenu5b318.png) repeat scroll 0%;
}

#imageMenu ul li.launch a {
	background: url(../images/ovmenu6b318.png) repeat scroll 0%;
}

.clear {
	clear: both;
}

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


