﻿
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 725px;
	height: 200px;
	overflow: visible;
	top: 0px;
	left: 0px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 695px;
	
	}

#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:visible;
	width:84px;
	height: 200px;
}
#imageMenu ul li.AA a {
	background: url(images/Coin-Catalog-Menu.jpg) repeat scroll 0%;
}

#imageMenu ul li.BB a {
	background: url(images/Gold-Bullion-Menu.jpg) repeat scroll 0%;
}

#imageMenu ul li.CC a {
	background: url(images/salesman-group.jpg) repeat scroll 0%;
}

#imageMenu ul li.DD a {
	background: url(images/Silver-Dollars-small.jpg) repeat scroll 0%;
}

#imageMenu ul li.EE a {
background: url(images/gold-eagles.jpg) repeat scroll 0%;
}

#imageMenu ul li.FF a {
	background: url(images/Pre-1933Gold.jpg) repeat scroll 0%;
}

#imageMenu ul li.GG a {
	background: url(images/Rare-Coin-Profit-Report-Menu-320-x-200.jpg) repeat scroll 0%;
}
#imageMenu ul li.HH a {
	background: url('../images/2009-Gold-Coins-Gi.jpg');
}

#imageMenu ul li.II a {
	background: url('../images/Silver-Report-AD-GI-2).jpg');
}

.clear {
	clear: both;
}

/*************************************************************/


