/*
 * Site Map Styles
 */

#site-map {
  border:solid 3px #dbdbdb;
  background: #ccc url(/img/white2grey.jpg) top repeat-x;
  /*background: #fff url(/img/grey2white.jpg) top repeat-x;*/
  padding: 15px;
}

#site-map ul{
  margin:6px 12px;
  padding:6px 12px;
}


#site-map a {
  text-decoration: none;
}
