
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 800px;
	height: 180px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 180px;
	width: 1600px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1600px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:200px;
	height: 180px;
}

#imageMenu ul li.cont1 a {
	background: url(1-fin.jpg) repeat scroll 0%;
}

#imageMenu ul li.cont2 a {
	background: url(2-dep.jpg) repeat scroll 0%;
}

#imageMenu ul li.cont3 a {
	background: url(3-act.jpg) repeat scroll 0%;
}

#imageMenu ul li.cont4 a {
	background: url(4-dest.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

/*************************************************************/

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,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
}


body {  background: #fff; margin:0; }

/* Tables still need 'cellspacing="0"' in the markup. */


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }






