/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width:970px;
	height: 300px;
	overflow: hidden;
	padding: 10px 0 20px 0px;
	border-style: none;
	margin: 0 auto;
	border-color: white;
	clear:both;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 1900px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1900px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:96px;
	height: 300px;
}
#imageMenu ul li.news a {
	background: url(images/news5.jpg) repeat scroll 0%;
}
#imageMenu ul li.music a {
	background: url(images/music5.jpg) repeat scroll 0%;
}
#imageMenu ul li.videos a {
	background: url(images/videos5.jpg) repeat scroll 0%;
}
#imageMenu ul li.gallery a {
	background: url(images/gallery5.jpg) repeat scroll 0%;
}
#imageMenu ul li.commercials a {
	background: url(images/commercials5.jpg) repeat scroll 0%;
}
#imageMenu ul li.forum a {
	background: url(images/forum5.jpg) repeat scroll 0%;
}
#imageMenu ul li.shoutbox a {
	background: url(images/shoutbox5.jpg) repeat scroll 0%;
}
#imageMenu ul li.contactus a {
	background: url(images/contactus5.jpg) repeat scroll 0%;
}
#imageMenu ul li.youtube a {
	background: url(images/youtube5.jpg) repeat scroll 0%;
}
#imageMenu ul li.facebook a {
	background: url(images/facebook5.jpg) repeat scroll 0%;
}
.clear {
	clear: both;
}

/*************************************************************/

