@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowmenu {
  width: 170px; /*width of menu*/
}

.arrowmenu ul {
  list-style-type: none;
  margin: 0 0 0 8px;
  padding: 0;
  margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowmenu ul li {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  padding-bottom: 0; /*bottom spacing between menu items*/
}

.arrowmenu ul li a {
  color: #676767; /*dark gray*/
  display: block;
  padding: 1px 0;
  padding-left: 19px; /*link text is indented 19px*/
  text-decoration: none;
}

.arrowmenu ul li a:visited {
  color: #676767; /*dark gray*/
}

.arrowmenu ul li a:hover { /*hover state CSS*/
  background: url(../x-images/arrowbullet2.png) no-repeat center left; /*custom bullet list image*/
}

.arrowmenu .current {
  color: #cc0000; /*dark red*/
  background: url(../x-images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
  padding-left: 19px; /*link text is indented 19px*/
}
