
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
#Table_01{
	margin-top:-6px;
}

#imageMenu ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style: none;
}

#imageMenu li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	list-style-type: circle;
	page-break-before: auto;
	page-break-after: auto;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	list-style: none;
}

#imageMenu ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: upper-roman;
	list-style-position: outside;
	list-style: none;
}

#imageMenu {
	position: relative;
	width: 404px;
	height: 89px;
	overflow: hidden;
	margin: 0px;
	margin-top: -5px;
	list-style: none;
}

/* Firefox Hack */
html>body #imageMenu { 
	width: 450px;
	height: 115px;
	margin: none; 
	margin-right:-40px;
	margin-bottom: -26px;
	top: -16px; 
	left: -40px; 
}
/* Goggle Chrome & Safari Hack */
body:first-of-type #imageMenu { 
	top: 0px; 
}
/* Goggle Chrome & Safari Hack */
body:first-of-type #header_menu { 
	height: 84px; 
}

#imageMenu ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	display: block;
	height: 84px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
}

#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:58px;
	height: 84px;
}
/* Firefox Hack */
html>body #imageMenu ul li a{ 
	width:57px;
}
#imageMenu ul li.home_index a {
	background: url(images/home3_index.jpg) repeat scroll 0%;
}
#imageMenu ul li.home a {
	background: url(images/home3.jpg) repeat scroll 0%;
}
#imageMenu ul li.about a {
	background: url(images/about3.jpg) repeat scroll 0%;
}
#imageMenu ul li.services a {
	background: url(images/services3.jpg) repeat scroll 0%;
}
#imageMenu ul li.search a {
	background: url(images/search3.jpg) repeat scroll 0%;
}
#imageMenu ul li.order a {
	background: url(images/order3.jpg) repeat scroll 0%;
}
#imageMenu ul li.login a {
	background: url(images/login3.jpg) repeat scroll 0%;
}
#imageMenu ul li.contact a {
	background: url(images/contact3.jpg) repeat scroll 0%;
	width: 230px;
}

.clear {
	clear: both;
}

/*************************************************************/

