
.arrowlistmenu {
  width: 180px;
  color: white;
  line-height: 1.5em;
  margin-top:40px;
}
.arrowlistmenu .menuheader {
  padding: 4px 0 4px 14px;
  background: black url(img/titlebar.png) repeat-x scroll left center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-top: 0px;
  font-family: Arial,Helvetica,sans-serif;
}
.arrowlistmenu .openheader {
  padding: 4px 0 4px 14px;
  background-image: url(img/titlebar-active.png);
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-top: 0px;
  font-family: Arial,Helvetica,sans-serif;
  background-position: left top;
}
.arrowlistmenu ul {
  margin: 0 0 8px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  color: white;
}
.arrowlistmenu ul li {
  padding-bottom: 2px;
}
.arrowlistmenu ul li a {
  padding: 2px 0 2px 23px;
  background: transparent url(img/arrowbullet.gif) no-repeat scroll left center;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: white;
  display: block;
}
.arrowlistmenu ul li a:visited {
  color: white;
}
.arrowlistmenu ul li a:hover {
  background-color: #767676;
  color: white;
}
.arrowlistmenu div {
  padding: 0px 5px 2px 8px;
  font-size: 12px;
  font-weight: bold;
}

