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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 840px;
	height: 70px;
	overflow: hidden;
	padding-top: 10px;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 70px;
}
#imageMenu    ul    li.mone    a {
	background-attachment: scroll;
	background-image: url(../images/port/web/01.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu   ul   li.mtwo   a {
	background-attachment: scroll;
	background-image: url(../images/port/web/02.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu   ul   li.mthree   a {
	background-attachment: scroll;
	background-image: url(../images/port/web/03.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu   ul   li.mfour   a {
	background-attachment: scroll;
	background-image: url(../images/port/web/04.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu   ul   li.mfive   a {
	background-attachment: scroll;
	background-image: url(../images/port/web/05.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

/*************************************************************/
#imageMenu ul li.msix a {
	background-attachment: scroll;
	background-image: url(../images/port/web/06.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.mseven a {
	background-attachment: scroll;
	background-image: url(../images/port/web/07.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.meight a {
	background-attachment: scroll;
	background-image: url(../images/port/web/08.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.mnine a {
	background-attachment: scroll;
	background-image: url(../images/port/web/09.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.mten a {
	background-attachment: scroll;
	background-image: url(../images/port/web/10.jpg);
	background-repeat: repeat;
	background-position: 0%;
}


.clear {
	clear: both;
}

