#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 270px;
height: 180px;
overflow: fix;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 5px;
xpadding: 15px;
text-align: left;
xbackground-color: #E7EADE;
}

ul.tech{list-style-type:none; margin:0px; padding:0px;}

ul.tech li{ background:url(images/arrow_sm.gif) 3px 5px no-repeat; padding-left:20px;}