.arrowlistmenu{
width: 200px; /*width of menu*/
z-index:10000;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: #dad0c4 url(/pics/titlebar.png) repeat-x center left;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 6px 0px 6px 8px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 6px; /*bottom spacing between each UL and rest of content*/
z-index:10000;
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
z-index:10000;
}

.arrowlistmenu ul li a{
color: #d4d1cc;
background: url(/pics/bullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 18px; /*link text is indented 19px*/
margin-left:2px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
z-index:10000;
}

.arrowlistmenu ul li a:visited{
color: #d4d1cc;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #fdfcf8;
z-index:10000;
}

