@charset "ISO-8859-1";
/* CSS Document */

#imageMenu {
	float:left;	
	width: 804px;
	height: 265px;
	background-image:url(../images/banner.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -763px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:40px;
	height: 265px;
}

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}
