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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 775px;
	height: 500px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:155px;
	height: 500px;
}

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

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

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

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

#imageMenu ul li.media a {
	background: url(images/menu5.png) repeat scroll 0%;
min-width:310px;
}

.clear {
	clear: both;
}

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

