/* CSS Scrolling Text Box Document */

<style type="text/css">
ul {
margin-top: 0px;
margin-bottom: 0px; 
list-style-image: url(your custom bullet);
color: #333333;
font-size: 80%;
font-weight: normal;
margin-left: 20px; 
padding-left: 20px; 
line-height: 1.3em;
} 

.scrollArea {
width: 138px; 
height: 400px;
padding-left: 0px;
padding-right: 0px; 
border-color: #6699CC;
border-width: 0px; 
border-style: hidden;
background:none;
float:left;
overflow: auto;
}

.scrollAreaServices {
width: 245px; 
height: 270px;
padding-left: 20px;
padding-right: 5px; 
border-color: #6699CC;
border-width: 0px; 
border-style: hidden;
background:none;
float:left;
overflow: auto;
}
.scrollAreaDefault {
width: 245px; 
height: 320px;
padding-left: 20px;
padding-right: 5px; 
border-color: #6699CC;
border-width: 0px; 
border-style: hidden;
background:none;
float:left;
overflow: auto;
}
</style>


