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

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
	position: relative;
	width: 500px;
	height: 112px;
	overflow: hidden;
}



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

#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:52px;
	height: 112px;
}


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

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

#imageMenu ul li.trial a {
	background: url(../images/trial.jpg) no-repeat scroll 0%;
}
#imageMenu ul li.scooter a {
	background: url(../images/scooter.jpg) no-repeat scroll 0%;
}

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


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


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

#imageMenu ul li.clasicas a {
	background: url(../images/clasicas.jpg) no-repeat scroll 0%;
	width: 200px;
}

.clear {
	clear: both;
}

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

