.arrowlistmenu{
width: 279px; /*width of accordion menu*/
margin-bottom: 1px;
padding-bottom: 4px;
border-bottom: 1px solid #c2c9ce;
}

.tlo{padding-bottom: 0px; }
.b{border-bottom: none; color: white;}
.c{background-image: url(img/pdf.gif); background-repeat: no-repeat;}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: #595959;
margin-top: 0px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
height: 31px;
border-top: 1px solid #c2c9ce;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(menu/punktor.gif);
}

.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*/

}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
margin: 0px;
width: 260px;
}

.arrowlistmenu ul li a{
color: #595959;
display: block;
padding: 2px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
font-size: 90%;
background-image: url(img/menu/punktor.gif);
background-repeat: no-repeat;
}

.arrowlistmenu ul li a:visited{
color: #595959;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #999999;

}
