/*sitemap.css*/

#Sitemap{
  padding-left: 50px;
  display: block;
  margin-bottom: 15px;
}

#Sitemap .section{
  margin: 15px;
  font-size: 14px;
  padding-left: 20px;
  border-bottom: 1px solid #C3CED4;
  color: #3B3B39;
  background: transparent url(/images/blue-title2-arrow.gif) no-repeat 0 2px;
}
#Sitemap .section a{
  color: #3B3B39;
}

#Sitemap .section a:hover{
  text-decoration: underline;
}

#Sitemap ul{
  font-size: 12px;
  list-style-type: none;
  
}
#Sitemap li a{
  text-decoration: none;
}

#Sitemap .rubric{
  padding-left: 25px;
  font-weight: normal;
  margin: 5px;
  color: #0060B6;
  text-transform: none;
  font-size: 12px;
}

#Sitemap .rubric a{
  color: #0060B6;
}

#Sitemap .rubric a:hover {
  color: #0060B6;
  background: transparent url(/images/blue-arrow.gif) no-repeat 0 5px;
  padding-left: 10px;
}

#Sitemap .category{
  text-transform: none;
  padding-left: 25px;
}

#Sitemap .category a{
  font-weight: normal;
  color: #898989;
}

#Sitemap .category a:hover{
  color: #898989;
  background: transparent url(/images/grey-arrow.gif)no-repeat 0 5px;
  padding-left: 10px;
}