
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

#imageMenu {
	position: relative;
	width: 760px; /* DETERMINES THE WIDTH AT THE START */
	height: 300px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 1200px;
	}

#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:150px;
	height: 300px;
}

#imageMenu ul li.join a {
	background: url(images/image1a.jpg) repeat scroll 0%;
}
#imageMenu ul li.military a {
	background: url(images/image2b.jpg) repeat scroll 0%;
}
#imageMenu ul li.politics a {
	background: url(images/politics2.jpg) repeat scroll 0%;
}
#imageMenu ul li.careers a {
	background: url(images/careers_training.jpg) repeat scroll 0%;
}
#imageMenu ul li.members a {
	background: url(images/image3a.jpg) repeat scroll 0%;
	width: 470px;
}

#imageMenu ul li.apprenticeship a {
	background: url(images/apprentice.jpg) repeat scroll 0%;
}
#imageMenu ul li.future a {
	background: url(images/future.jpg) repeat scroll 0%;
}
#imageMenu ul li.welding a {
	background: url(images/welders.jpg) repeat scroll 0%;
}
#imageMenu ul li.uauniv a {
	background: url(images/uauniv.jpg) repeat scroll 0%;
}
#imageMenu ul li.videos a {
	background: url(images/videos.jpg) repeat scroll 0%;
	width: 470px;
}

.clear {
	clear: both;
}

/*************************************************************/


