.arrowlistmenu{
width: 220px; /*width of accordion menu*/
padding-left: 0px;
font: normal 11px Arial;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 11px Arial;
color: #a09c90;
BACKGROUND: url(../elemek/menu/arrow.png) no-repeat 0px 9px;
margin: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 8px 0 8px 16px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-bottom: 1px dotted #4A453E;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
BACKGROUND: url(../elemek/menu/arrow.png) no-repeat 0px 9px;
color: #E2E1DE;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 10px 0 0 0;
}

.arrowlistmenu ul li{
padding: 0;
margin: 0 0 5px 0;
color: #a09c90;
}

.arrowlistmenu ul li a:link{
color: #a09c90;
text-decoration: none;
font-size: 11px;
margin: 15px 0 5px 16px; /*header text is indented 10px*/
}

.arrowlistmenu ul li a:visited{ /*hover state CSS*/
color: #a09c90;
margin: 15px 0 5px 16px; /*header text is indented 10px*/
text-decoration: none;
font-size: 11px;
}

.arrowlistmenu ul li a:active{ /*hover state CSS*/
color: #a09c90;
margin: 15px 0 5px 16px; /*header text is indented 10px*/
text-decoration: none;
font-size: 11px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
text-decoration: none;
color: #FFFFFF;
}

