
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/



#imageMenu {
	position: relative;
	width: 990px;
	height: 162px;
	overflow: hidden;
	background:#646464;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;

	display: block;
	height: 162px;
	width: 990px;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

#imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li a {
	text-indent: -1000px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:163px;
	height: 162px;
}

#imageMenu ul li.flashimg01 a {
	background: url(../images/flashimg01.gif) repeat scroll 0%;
}

#imageMenu ul li.flashimg02 a {
	background: url(../images/flashimg02.gif) repeat scroll 0%;
}

#imageMenu ul li.flashimg03 a {
	background: url(../images/flashimg03.gif) repeat scroll 0%;
}

#imageMenu ul li.flashimg04 a {
	background: url(../images/flashimg04.gif) repeat scroll 0%;
}

#imageMenu ul li.flashimg05 a {
	background: url(../images/flashimg05.gif) repeat scroll 0%;
}
#imageMenu ul li.flashimg06 a {
	background: url(../images/flashimg06.gif) repeat scroll 0%;
}
.clear {
	clear: both;
}

/*************************************************************/

