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

	Image Menu
	v 2.2

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

#imageMenu {
	position: relative;
	width: 780px;
	height: 48px;
	overflow: hidden;
    margin: 0;
    padding:0;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
    padding: 0px;
	display: block;
	height: 48px;
	width: 1000px;
	}

#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:hidden;
	width:97px;
	height: 48px;
}
#imageMenu ul li.thchome a {
	background: url(images/home.jpg) repeat scroll 0%;
}

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

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

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

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

#imageMenu ul li.thcshop a {
	background: url(images/shop.jpg) repeat scroll 0%;
}
#imageMenu ul li.thclinks a {
	background: url(images/links.jpg) repeat scroll 0%;
}
#imageMenu ul li.thccontact a {
	background: url(images/contact.jpg) repeat scroll 0%;
	width: 210px;
}
.clear {
	clear: both;
}
