/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

#menu {list-style:none;
}
.imageMenu {

	width: 480px;
	height: 200px;
	overflow: hidden;
	list-style:none;
	float:left;
}



.imageMenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

.imageMenu ul li {
	float: left;
	list-style:none;
	margin:0px;
}

.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:153px;
	height: 200px;
}

.imageMenu ul li.prints a {
	background: url(../images/prints.png) repeat scroll 0%;
}
.imageMenu ul li.themes a {
	background: url(../images/themes.png) repeat scroll 0%;
}

.imageMenu ul li.dates a {
	background: url(../images/dates.png) repeat scroll 0%;
}

.imageMenu ul li.newsm a {
	background: url(images/news.jpg) repeat scroll 0%;
}

.imageMenu ul li.apps a {
	background: url(../images/apps.png) repeat scroll 0%;
}

.imageMenu ul li.themest a {
	background: url(../images/themes.png) repeat scroll 0%;
}

.imageMenu ul li.datest a {
	background: url(../images/dates.png) repeat scroll 0%;
}

.imageMenu ul li.newsmt a {
	background: url(../images/news.png) repeat scroll 0%;
}

.imageMenu ul li.appst a {
	background: url(../images/apps.png) repeat scroll 0%;
}

.imageMenu ul li.searchm a {
	background: url(../images/search.png) repeat scroll 0%;
}

.imageMenu ul li.searcht a {
	background: url(../images/search.png) repeat scroll 0%;
}

.imageMenu ul li.abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;

}

.clear {
	clear: both;
}

/*************************************************************/

