/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/**************************************************************
	
	LEFT

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


#imageMenuLeft {
	position: relative;
	width: 400px;
	height: 57px;
	overflow: hidden;
	}



#imageMenuLeft ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 57px;
	width: 800px;
	
	}

#imageMenuLeft ul li {
	float: left;
}

#imageMenuLeft ul li a {
	text-indent: -1000px;
	background:#191d23 none repeat scroll 0%;
	border-right: 1px solid #e0deb6;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 57px;
}

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

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

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

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

.clear {
	clear: both;
}

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

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

	RIGHT

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


#imageMenuRight {
	position: relative;
	width: 400px;
	height: 57px;
	overflow: hidden;
	}



#imageMenuRight ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 57px;
	width: 800px;
	
	}

#imageMenuRight ul li {
	float: Left;
}

#imageMenuRight ul li a {
	text-indent: -1000px;
	background:#191d23 none repeat scroll 0%;
	border-right: 1px solid #e0deb6;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 57px;
}

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

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

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

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

.clear {
	clear: both;
}

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