.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:verdana;
font-size:12px;
font-weight:bold;
color: white;
background:#000080 url('../grafika/menu/menu_l.png') no-repeat 6px 7px;;
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
padding: 5px 0 5px 25px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:#999999 url('../grafika/menu/menu_h.png') no-repeat 6px 7px;;
color:#ffffff;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li.menu{
padding-top: 2px; /*top spacing between menu items*/
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li.menu a{
color: #000080;
background: url('../grafika/menu/podmenu_l.png') no-repeat 4px 8px; /*custom bullet list image*/
display: block;
padding:7px;
padding-left: 22px; /*link text is indented 19px*/
font-family:tahoma;
font-size:12px;
line-height:100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #333333;
border-top: 1px dotted #333333;
}

.arrowlistmenu ul li.menu a:visited{
color: #A70303;
}

.arrowlistmenu ul li.menu a:hover{ /*hover state CSS*/
color: #800000;
background: #f1f1f1 url('../grafika/menu/podmenu_h.png') no-repeat 4px 8px;
}