



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 450px;
height: 300px;

margin-top:10px;

padding-right:6px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;


	text-align: left;
}



#mycustomscrollMenu {
/* Typical fixed height and fixed width example */
width: 340px;
height: 300px;
margin: 20px 0 0 -355px;

padding: 5px 6px 10px 3px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
left: 50%;
text-align: left;
}




.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
