.suckerdiv ul{ margin: 0; padding: 0; list-style-type: none; width: 130px; /* Width of Menu Items */ border-bottom: 1px solid #ccc; } .suckerdiv ul li{ position: relative; } /*Sub level menu items */ .suckerdiv ul li ul{ position: absolute; width: 170px; /*sub menu width*/ top: 0; visibility: hidden; } /* Sub level menu links style */ .suckerdiv ul li a{ display: block; overflow: auto; /*force hasLayout in IE7 */ color: black; text-decoration: none; background: #C7B8A4; /* was #fff #f8f8f9*/ padding: 0px 5px; border: 0px solid #ccc; border-bottom: 1px; } .suckerdiv ul li a:visited{ color: black; } .suckerdiv ul li a:hover{ background-color: yellow; } .suckerdiv .subfolderstyle{ background-image: url(/images/New/arrow_right.gif) ; background-repeat: no-repeat; background-position: center right; } .test{ background-image: url(/images/New/arrow_right.gif) ; background-repeat: no-repeat; background-position: center right; } /* Holly Hack for IE \*/ * html .suckerdiv ul li { float: left; height: 1%; } * html .suckerdiv ul li a { height: 1%; } /* End */ /* sucker.css file*/