/************************************************************** Image Menu v 2.2 **************************************************************/ #imageMenu { position: static; width: 962px; height: 120px; overflow: hidden; border-bottom-color: #F0F0F0; clear:both; } #imageMenu ul { list-style: none; margin: 0px; display: block; height: 120px; width: 961px; } #imageMenu ul li { float: left; } #imageMenu ul li a { text-indent: -1000px; background:#FFFFFF none repeat scroll 0%; border-right: 1px solid #000; cursor:pointer; display:block; overflow:hidden; height: 120px; width: 191px; } #imageMenu ul li.Slide1 a { background-attachment: scroll; background-image: url(calvin_klein.jpg); background-repeat: repeat; background-position: 0%; } #imageMenu ul li.Slide2 a { background-attachment: scroll; background-image: url(boss.jpg); background-repeat: repeat; background-position: 0%; } #imageMenu ul li.Slide3 a { background-attachment: scroll; background-image: url(tommy_hilfiger.jpg); background-repeat: repeat; background-position: 0%; } #imageMenu ul li.Slide4 a { background-attachment: scroll; background-image: url(galvin_green.jpg); background-repeat: repeat; background-position: 0%; } #imageMenu ul li.Slide5 a { background-attachment: scroll; background-image: url(armani.jpg); background-repeat: repeat; background-position: 0%; } .clear { clear: both; } 