
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 762px;
	height: 94px;
	margin:0 auto;
	border-top:#666666 solid 5px;
	border-bottom:#666666 solid 5px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 94px;
	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:150px;
	height: 94px;
}

#imageMenu ul li.defender a {
	background: url(images/defender.jpg) repeat scroll 0%;
}

#imageMenu ul li.nailfile a {
	background: url(images/nailfile.jpg) repeat scroll 0%;
}

#imageMenu ul li.orderfile a {
	background: url(images/orderfile.jpg) repeat scroll 0%;
}

#imageMenu ul li.nipper a {
	background: url(images/nipper.jpg) repeat scroll 0%;
}

#imageMenu ul li.mailcontact a {
	background: url(images/mailcontact.jpg) repeat scroll 0%;
	width: 50px;
}

.clear {
	clear: both;
}

/*************************************************************/

