/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 100px;
	overflow: hidden;
	background-color: #fff;
	border-style: none;
	margin: 0;
    width: 617px; background-color:#000;
	
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	border-bottom: solid #ccc 1px;
	border-bottom-width: 1px;
	
	
}

#imageMenu ul li a {
	text-indent: -500px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:120px;
	height: 100px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li.bk1 a {
	background: url(images/showcase.gif) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/resources.gif) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/tutorial.gif) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(images/components.gif) repeat scroll 0%;
}
#imageMenu ul li.bk5 a {
	background: url(images/examples.gif) repeat scroll 0%;
}


.clear {
	clear: both;
}
