/**************************************************************

	Image Menu
	v 2.0

**************************************************************/
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 {
	position: relative;
	clear:both;
	overflow: hidden;
	
	/*width: 834px;*/
	margin:0px;
	border:0px solid #fff;
	padding:0px;
	width: 1014px;
	height: 300px;
}



#imageMenu ul {
 	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 2000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 6px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:198px;
	height: 300px;
}

.clear {
	clear: both;
}



/*************************************************************/

