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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 830px;
	height: 330px;
	overflow: hidden;
	border:3px solid #000;
	border-right:2px solid #000;
	
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 330px;
	width: 834px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -3000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:82px;
	height: 330px;
}

#imageMenu ul li.sf01 a {
	background: url(../images/sf01.jpg) repeat scroll 0%;
}
#imageMenu ul li.sf02 a {
	background: url(../images/sf02.jpg) repeat scroll 0%;
}
#imageMenu ul li.sf03 a {
	background: url(../images/sf03.jpg) repeat scroll 0%;
}
#imageMenu ul li.sf04 a {
	background: url(../images/sf04.jpg) repeat scroll 0%;
}
#imageMenu ul li.sf05 a {
	background: url(../images/sf05.jpg) repeat scroll 0%;
}
#imageMenu ul li.sf06 a {
	background: url(../images/sf06.jpg) repeat scroll 0%;
}
#imageMenu ul li.sf07 a {
	background: url(../images/sf07.jpg) repeat scroll 0%;
}
#imageMenu ul li.sf08 a {
	background: url(../images/sf08.jpg) repeat scroll 0%;
}
#imageMenu ul li.sf09 a {
	background: url(../images/sf09.jpg) repeat scroll 0%;
}
#imageMenu ul li.sf10 a {
	background: url(../images/sf10.jpg) repeat scroll 0%;
	
}


.clear {
	clear: both;
}

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

