.arrowlistmenu{
width: 190px; /*width of accordion menu*/
background-color:#CCCCCC;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 14px Arial;
color: white;
background-color:#cc9999;
background-repeat: repeat-x;
background-position:center left;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
/*list-style-image:url("images/icons/bullet_07.gif");*/
list-style-position:inside;
 /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-top:solid 1px white;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png);*/
font: normal 14px Arial;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
/*margin:0 0 0 15px;*/
list-style-type: none;
}

.arrowlistmenu ul li{

list-style-position:outside;
border-bottom: 1px solid #dadada;
}
.arrowlistmenu ul li a{
color: #08427c;
display:block;
text-decoration: none;
font: normal 12px Arial;
font-weight: normal;

}

.arrowlistmenu ul li a:visited{
font: normal 12px Arial;
color: #08427c;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;

}
