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

	Image Menu
	v 2.2

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

/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
*/

#imageMenu {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}

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

#imageMenu ul li {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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


