
.menu{
font: normal 18px Arial;
color: #3261a1;
text-decoration: none;

}

.arrowlistmenu{
width: 320px; /*width of accordion menu*/
margin-bottom: 1px;
padding-bottom: 4px;
border-bottom: none;
margin-left: 17px;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 18px Arial;
color: #3261a1;
margin-top: 0px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
height: 31px;
border-top: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin-left: 12px;
margin-top: 0px;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
width: 200px;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
margin: 0px;
width: 200px;

}

.arrowlistmenu ul li a{
color: #595959;
display: block;
padding: 0px 0;
padding-left: 5px; /*link text is indented 19px*/
padding-bottom: 2px;
text-decoration: none;
font-weight: normal;
font-size: 14px;
background-image: url(img/arrow2.gif);
background-repeat: no-repeat;
text-indent: 10px;
margin-top: 2px;
}

.arrowlistmenu ul li a:visited{
color: #595959;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #999999;

}