
.arrowlistmenu{
width: 254px;
height:231px;
}

.arrowlistmenu .menuheader{ 
font: bold 11px Arial;
color:#000000;
background:url(../images/a_1.jpg) 0 0 no-repeat;
text-transform: uppercase;
padding:9px 0 10px 10px;
cursor:default;
height:22px;
}

.arrowlistmenu .openheader{ 
background:url(../images/a_1.jpg) 0 0 no-repeat;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
background-color:#FFFFFF;
}

.arrowlistmenu ul li{
padding-bottom: 2px;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 19px; 
text-decoration: none;
font-weight: bold;
font-size: 90%;
}


.arrowlistmenu ul li a:hover{
color: #A70303;
background-color: #F3F3F3;
}

