.arrowlistmenu{
width: 155px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 9px verdana;
color: #0B0B7E;
background: #C7C7CB url(images/btn-lnav.gif) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 9px 0 9px 4px; /*header text is indented 7px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/btn-lnav-alt.gif);
}
.arrowlistmenu{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu{
padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu a{
font: 7px verdana;
color: white;
background: url(images/arrowbullet2.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 14px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 70%;
}
.arrowlistmenu a:visited{
color: white;
}
.arrowlistmenu a:hover{ /*hover state CSS*/
color: #0B0B7E;
background-color: #F3F3F3;
}

body { 
scrollbar-base-color: #C7C7CB; 
scrollbar-face-color: #C7C7CB; 
scrollbar-track-color: #D9D9DD; 
scrollbar-arrow-color: #F5F4F4;
scrollbar-highlight-color: #F5F4F4; 
scrollbar-3dlight-color: #F5F4F4; 
scrollbar-shadow-color: #663366;
scrollbar-darkshadow-color: #000000; 
} 

a:link{
color: white;
text-decoration: none;
}
a:visited{
color: white;
text-decoration: none;
}
a:hover {
color: #0B0B7E;
text-decoration: none;
}
a:active {
color: #0B0B7E;
text-decoration: none;
} 
.body a:link       {color: #0B0B7E; text-decoration: underline;}
.body a:visited    {color: #0B0B7E; text-decoration: underline;}
.body a:hover      {color: #777777; text-decoration: underline;}
.body a:active     {color: #777777; text-decoration: underline;}
.body2 a:link       {color: #777777; text-decoration: underline;}
.body2 a:visited    {color: #777777; text-decoration: underline;}
.body2 a:hover      {color: #777777; text-decoration: none;}
.body2 a:active     {color: #777777; text-decoration: none;}
.body3 a:link       {color: #F5F4F4; text-decoration: underline;}
.body3 a:visited    {color: #F5F4F4; text-decoration: underline;}
.body3 a:hover      {color: #F5F4F4; text-decoration: none;}
.body3 a:active     {color: #F5F4F4; text-decoration: none;}
.ftr a:link       {color: #777777; text-decoration: none;}
.ftr a:visited    {color: #777777; text-decoration: none;}
.ftr a:hover      {color: #777777; text-decoration: underline;}
.ftr a:active     {color: #777777; text-decoration: underline;}
.misc a:link       {color: #777777; text-decoration: none;}
.misc a:visited    {color: #777777; text-decoration: none;}
.misc a:hover      {color: #777777; text-decoration: none;}
.misc a:active     {color: #777777; text-decoration: none;}