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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 740px;
	height: 200px;
	overflow: hidden;
	
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1200px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:57px;
	height: 200px;
}

#imageMenu ul li.g1 a {
	background: url(../img_hp/1_b.jpg) repeat scroll 0%;
}

#imageMenu ul li.g2 a {
	background: url(../img_hp/2_b.jpg) repeat scroll 0%;
}

#imageMenu ul li.g3 a {
	background: url(../img_hp/3_b.jpg) repeat scroll 0%;
}

#imageMenu ul li.g4 a {
	background: url(../img_hp/4_b.jpg) repeat scroll 0%;
}


#imageMenu ul li.g5 a {
	background: url(../img_hp/5_b.jpg) repeat scroll 0%;

}
#imageMenu ul li.g6 a {
	background: url(../img_hp/6_b.jpg) repeat scroll 0%;
}

#imageMenu ul li.g7 a {
	background: url(../img_hp/7_b.jpg) repeat scroll 0%;
}

#imageMenu ul li.g8 a {
	background: url(../img_hp/8_b.jpg) repeat scroll 0%;
}

#imageMenu ul li.g9 a {
	background: url(../img_hp/9_b.jpg) repeat scroll 0%;
}


#imageMenu ul li.g10 a {
	background: url(../img_hp/10_b.jpg) repeat scroll 0%;

}
#imageMenu ul li.g11 a {
	background: url(../img_hp/11_b.jpg) repeat scroll 0%;
}
#imageMenu ul li.g12 a {
	background: url(../img_hp/12_b.jpg) repeat scroll 0%;
}


#imageMenu ul li.g1 a:hover {
	background: url(../img_hp/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.g2 a:hover {
	background: url(../img_hp/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.g3 a:hover {
	background: url(../img_hp/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.g4 a:hover {
	background: url(../img_hp/4.jpg) repeat scroll 0%;
}


#imageMenu ul li.g5 a:hover {
	background: url(../img_hp/5.jpg) repeat scroll 0%;

}
#imageMenu ul li.g6 a:hover {
	background: url(../img_hp/6.jpg) repeat scroll 0%;
}

#imageMenu ul li.g7 a:hover {
	background: url(../img_hp/7.jpg) repeat scroll 0%;
}

#imageMenu ul li.g8 a:hover {
	background: url(../img_hp/8.jpg) repeat scroll 0%;
}

#imageMenu ul li.g9 a:hover {
	background: url(../img_hp/9.jpg) repeat scroll 0%;
}


#imageMenu ul li.g10 a:hover {
	background: url(../img_hp/10.jpg) repeat scroll 0%;

}
#imageMenu ul li.g11 a:hover {
	background: url(../img_hp/11.jpg) repeat scroll 0%;
}
#imageMenu ul li.g12 a:hover {
	background: url(../img_hp/12.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

