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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 620px;
	height: 180px;
	overflow: hidden;
	float: left;
	background-color: #000;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 180px;
	width: 620px;
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 180px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}

.imageMenu ul li.home a {
	background-attachment: inherit;
	background-image: url(images/home.jpg);
	background-repeat: repeat;
	background-position: 0%;
	}

.imageMenu ul li.about a {
	background-attachment: scroll;
	background-image: url(images/aboutus.jpg);
	background-repeat: repeat;
	background-position: 0%;
	}

.imageMenu ul li.courses a {
	background-attachment: scroll;
	background-image: url(images/courses.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.schedule a {
	background-image: url(images/courseschedule.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.huet a {
	background-image: url(images/Huet.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.contact a {
	background-attachment: scroll;
	background-image: url(images/contact.jpg);
	background-repeat: repeat;
	background-position: 0%;
	width: 250px;
}
.clear {
	clear: both;
}

/*************************************************************/
#coursecontent td {
	border: 1px solid #FFF;
}
