
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
li {

	list-style-type: none;
	line-height: 0;
}
ul {
	margin-left: 0px;
margin: 0;
  	padding: 0;
}

#container2 {
	width: 324px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

#imageMenu {
	position: relative;
	width: 324px;
	height: 190px;
	overflow: hidden;
}



#imageMenu ul {
margin-left:-30px;	
list-style: none;
	margin: 0px;
	display: block;
	height: 190px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
	list-style-type: none;
	line-height: 0;
}

#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:80px;
	height: 190px;
}

#imageMenu ul li.landscapes a {
	background: url(../images/tuts-news-1.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(../images/tuts-news-2.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(../images/tuts-news-3.jpg) repeat scroll 0%;
}


#imageMenu ul li.abstract a {
	background: url(../images/tuts-news-4.jpg) repeat scroll 0%;
	width: 230px;
}

.clear {
	clear: both;
}

/*************************************************************/

