﻿
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu2 {
	position: relative;
	width: 630px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
	
	
}



.imageMenu2 ul {
	list-style: none;
	margin-left:-35px;
	display: block;
	height: 200px;
	width: 100%;
			
	}

.imageMenu2 ul li {
	float:left;
		
}

.imageMenu2 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;
}

.imageMenu2 ul li.excellent span 
{
	background: url(images2/excellent.gif) no-repeat scroll 0%;
	background-color:Black;
	}

.imageMenu2 ul li.tate span {
	background: url(images2/tate.gif) no-repeat scroll 0%;
	background-color:black;
	}

.imageMenu2 ul li.green span {
	background: url(images2/green.gif) no-repeat scroll 0%;
	background-color:Black;
}

.imageMenu2 ul li.boyboy span {
	background: url(images2/boyboy.gif) no-repeat scroll 0%;
	background-color:Black;
}

.imageMenu2 ul li.russia3 span {
	background: url(images2/russia3.gif) no-repeat scroll 0%;
	background-color:Black;
	}
.imageMenu2 ul li.magus span {
	background: url(images2/magus.gif) no-repeat scroll 0%;
	background-color:Black;
	}
.imageMenu2 ul li.bain span {
	background: url(images2/bain.gif) no-repeat scroll 0%;
	background-color:Black;
}

.imageMenu2 ul li.night span {
	background: url(images2/night.gif) no-repeat scroll 0%;
	background-color:Black;
	}
.imageMenu2 ul li.flash span {
	background: url(images2/flash.gif) no-repeat scroll 0%;
	background-color:Black;
	}
.imageMenu2 ul li.tuck span {
	background: url(images2/tuck.gif) no-repeat scroll 0%;
	background-color:Black;
	}
.imageMenu2 ul li.havoc span {
	background: url(images2/havoc.gif) no-repeat scroll 0%;
	background-color:Black;
	}
.imageMenu2 ul li.mike span {
	background: url(images2/mike.gif) no-repeat scroll 0%;
	background-color:Black;
	}

.clear {
	clear: both;
}

/*************************************************************/

