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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 956px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1500px;
	
	}

#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:90px;
	height: 200px;
}

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

#imageMenu ul li.metall a {
	background: url(menu/metall.jpg) repeat scroll 0%;
}

#imageMenu ul li.repair a {
	background: url(menu/repair.jpg) repeat scroll 0%;
}

#imageMenu ul li.razval a {
	background: url(menu/razval.jpg) repeat scroll 0%;
}

#imageMenu ul li.zap a {
	background: url(menu/zap.jpg) repeat scroll 0%;
}

#imageMenu ul li.diag a {
	background: url(menu/diag.jpg) repeat scroll 0%;
}

#imageMenu ul li.tires a {
	background: url(menu/tires.jpg) repeat scroll 0%;
}

#imageMenu ul li.dop a {
	background: url(menu/dop.jpg) repeat scroll 0%;
}

#imageMenu ul li.vacancy a {
	background: url(menu/vacancy.jpg) repeat scroll 0%;
}

#imageMenu ul li.forum a {
	background: url(menu/forum.jpg) repeat scroll 0%;
}

#imageMenu ul li.contacts a {
	background: url(menu/contacts.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

