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

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #d4d1cc;
background: #01aec5 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;
margin-left: 2px; /*bottom spacing between header and rest of content*/
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
z-index:10000;
}

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

.arrowlistmenu ul li a{
color: #d4d1cc;
//background:  #01aec5 url(/pics/bullet.gif) no-repeat center left; /*custom bullet list image*/
background:  no-repeat center left; /*custom bullet list image*/
display: block;
padding: 6px 0;
padding-left: 28px; /*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: white;
background-color: #01aec5;
z-index:10000;
}

