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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 780px;
	height: 320px;
	overflow: hidden;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #2a2a2a;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 320px;
}

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

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

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

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

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

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

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

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

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

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


.clear {
	clear: both;
}


#slidemenu{
	padding-top: 0px;
	padding-bottom: 50px;
}

#slidemenu p{
	color: #b10000;
	font-weight: bold;
	text-align: left;
	border-left:solid 12px #b10000;
	padding-left: 7px;
	margin-left: 35px;
	margin-bottom: 7px;
}

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

