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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #2A4B5C;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 98px;
	height: 200px;

	#-moz-border-radius-topleft: 1em;
	#-moz-border-radius-bottomleft: 1em;
	#-webkit-border-top-left-radius: 1em;
	#-webkit-border-bottom-left-radius: 1em;	
}

#imageMenu ul li.about a {
	background: url(../images/about.jpg) repeat scroll 0%;
	width: 310px;
}

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

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

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

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

.clear {
	clear: both;
}

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

