/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 750px;
	height: 260px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 260px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:92px;
	height: 260px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFF00;
}
#imageMenu  ul  li.technical01  a {
	background-attachment: scroll;
	background-image: url(../images/1roll_img.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.technical02  a {
	background-attachment: scroll;
	background-image: url(../images/2roll_img.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.technical03  a {
	background-attachment: scroll;
	background-image: url(../images/3roll_img.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.technical04  a {
	background-attachment: scroll;
	background-image: url(../images/4roll_img.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.technical05 a {
	background-attachment: scroll;
	background-image: url(../images/5roll_img.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.technical06 a {
	background-attachment: scroll;
	background-image: url(../images/6roll_img.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.technical07 a {
	background-attachment: scroll;
	background-image: url(../images/7roll_img_b.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
/*************************************************************/



#imageMenu ul li.technical08 a {
	width: 310px;
	background-attachment: scroll;
	background-image: url(../images/8roll_img.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}
.new {
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

