﻿
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu3 {
	position: relative;
	width: 530px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
	
	
}



.imageMenu3 ul {
	list-style: none;
	margin-left:-35px;
	display: block;
	height: 200px;
	width: 100%;
			
	}

.imageMenu3 ul li {
	float:left;
		
}

.imageMenu3 ul li span 
{
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
	color: White;
}

.imageMenu3 ul li.heavyd span 
{
	background: url(images2/heavyd.gif) no-repeat scroll 0%;
	background-color:Black;
	}

.imageMenu3 ul li.marx span {
	background: url(images2/marx.gif) no-repeat scroll 0%;
	background-color:black;
	}

.imageMenu3 ul li.carlucci span {
	background: url(images2/carlucci.gif) no-repeat scroll 0%;
	background-color:Black;
}
.imageMenu3 ul li.ashley span {
	background: url(images2/ashley.gif) no-repeat scroll 0%;
	background-color:Black;
}
.imageMenu3 ul li.tonya span {
	background: url(images2/tonya.gif) no-repeat scroll 0%;
	background-color:Black;
}
.clear {
	clear: both;
}

/*************************************************************/

