@charset "utf-8";
/* CSS Document */
/* Styles for Example Accordian  */
#example2{
margin:0;
padding:0;
width:650px;
list-style-type:none;
background-color:#FFFFFF;
color:#000000;
line-height:120%;
height:300px;

    scrollbar-face-color: #ADD65C;  /*/ obviously change this to whatever you want /*/ 
    scrollbar-arrow-color: #FFF; 
    scrollbar-highlight-color: #FFFBF0; 
    scrollbar-3dlight-color: #ADD67E; 
    scrollbar-shadow-color: #FFFBF0; 
    scrollbar-darkshadow-color: #808080; 
    scrollbar-track-color: #FFF; 

}
#example2 a{
display:block;
font-weight:normal;
text-decoration:none;
}
#example2 ul{
overflow: hidden;
margin:0;
padding:0;
}
#example2 li{
margin:0;
padding:0;
list-style-type:none;
}
#example2 li a{
width:645px;
padding:5px 0 0 15px;
display:block;
color:#000000;
background-image:url(../images/accordian_images/ac-plain.gif);
height:25px;
}
#example2 li a.closed{
color:#FFF !important;
background-image:url(../images/accordian_images/ac-plain.gif) !important; /*ha-header.jpg*/
}
#example2 li.firstitem a.closed{
color:#FFF !important;
background-image:url(../images/accordian_images/ac-plain.gif) !important; /*ha-header-first.jpg*/
}
#example2 li.lastitem a.closed{
color:#FFF !important;
background-image:url(../images/accordian_images/ac-plain.gif) !important; /*ha-header-last.jpg*/
}
#example2 li li{
border-left:0px solid #E5E5E5;
border-right:0px solid #E5E5E5;
padding:0 15px 0 15px;
margin: 0 0 15px 0;
height:210px; 
overflow-y:scroll;
overflow-x:auto;

}
#example2 li a.opened{
background-image:url(../images/accordian_images/ac-plain-active.gif); /*ha-header-active.jpg*/
color:#000;
font-weight:700;
}
#example2 li.firstitem a.opened{
background-image:url(../images/accordian_images/ac-plain-active.gif); /*ha-header-fisrt-active.jpg*/
color:#000;
font-weight:700;
}
#example2 li.lastitem li{
margin-bottom:-4px;
}
#example2 li.lastitem ul{
background-image:url(ha-footer.jpg); /*ha-footer.jpg*/
background-repeat:no-repeat;
background-position:bottom;
padding-bottom:4px;
} 

 
