.arrowlistmenu{
width:170px;
}

.menuheader-title{
padding-top:6px;
}
.menuheader-title a,.menuheader-title a:link,  .menuheader-title a:visited{
color:#FFFFFF;
text-decoration:none;
}
.menuheader-title a:hover, .menuheader-title a:active{
color:#FF0000;
text-decoration:none;
}

 .menuheader{ 
background:url(../images/menu-titlebar_2.gif) no-repeat center;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: white;
margin-top:8px;
text-transform: uppercase;
text-align:left;
width:170px;
height:28px;

/*cursor: hand;
cursor: pointer;*/
}

.arrowlistmenu .openheader{
background:url(../images/menu-titlebar_1.gif) no-repeat center;
}

.arrowlistmenu ul{
list-style-type: none;
/*margin: 0;
padding: 0;*/
/*margin-bottom: 8px;*/


}

.arrowlistmenu ul li{
padding: 2px 0;
/*background:#000000;*/
background:url(../images/menu_paging_1.gif);
text-align:center;
border-bottom: 1px solid #293845;
/*display:block;*/
}

.arrowlistmenu li a, .arrowlistmenu li a:link, .arrowlistmenu li a:visited {
color: #cccccc;
text-decoration: none;
}


.arrowlistmenu ul li a:hover{ 
color: #ff0000;
/*background-color: #F3F3F3;*/
}