/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 180px;
height: 325px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
_top:12px;
margin: 10px auto 0 auto;
padding: 0 0 0 15px;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 170px;
height: 325px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 5px auto 0 auto;
padding: 0 0 0 15px;
}

#mycustomscroll a{
color:#FFFFFF;
}
#mycustomscroll a:hover{
color:#FFFFFF;
text-decoration:underline;
}
#mycustomscroll ul{
font-size:11px;
color:#FFFFFF;
list-style:none;
margin:0 !important;
padding:0;
}
#mycustomscroll ul li{
padding:1px 0;
}

#mycustomscroll ul ul{
font-size:10px;
color:#FFFFFF;
list-style:none;
margin:5px 0 5px 15px;
padding:0;}

#mycustomscroll ul ul li{
list-style-image:url(../images/bullet_purparrow.gif);}



.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */