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

	Image Menu
	v 2.2

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


#imageMenu {
    margin-left: 0px;
	position: relative;
	height: 80px;
	overflow: hidden;
	width: 672px;
	float: left;
}



#imageMenu ul {
	list-style: none;
	display: block;
	height: 80px;
	width: 672px;
	position: absolute;
	margin-top: 0px;
	
	margin-left: -35px;/* apply to all browsers */
	/*#margin-left: 0px;/* override for Microsoft Internet Explorer browsers*/
	_margin-left: 0px; ;/* override for IE browsers 6.0 and older */
}

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

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




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

