/*
© 2009 ROBO Design
http://www.robodesign.ro/
*/

#content { padding-left: 0 }

#sitemap-list {
  clear: right;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}

#sitemap-list > li {
  float: left;
  width: 33.3%;
}

#sitemap-list li { margin-bottom: 0 }

#sitemap-list .mod3 { clear: left }

#sitemap-list .collapsed ol { display: none }

#sitemap-list > li > a, #sitemap-list > li > span {
  font-size: 1.5em;
  color: #A48D20;
  text-decoration: none;
  display: block;
  border-bottom: 5px solid #E3BB00;
  margin-left: 20px;
}

#sitemap-list > li > a:hover, #sitemap-list > li > a:focus { color: #000 }

#sitemap-list > li > ol {
  position: relative;
  list-style: none;
  margin: 5px 0 15px 20px;
  padding: 0 0 0 1.5em;
}

#sitemap-list > li > ol > li > span, #sitemap-list > li > ol > li > a {
  font-size: 1.2em;
  font-weight: bold;
  color: #846D00;
  text-decoration: none;
  display: block;
  margin-top: 3px;
  padding: 3px 0;
}

#sitemap-list > li > ol a:hover, #sitemap-list > li > ol a:focus {
  background-color: #FFF6E9;
  border: 1px solid #EDDFCE;
  border-width: 1px 0;
  color: #000;
  padding: 3px 0;
}

#sitemap-list > li > ol > li > ol {
  position: relative;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 1.4em;
  border-bottom: 1px dotted #CEB292;
}

#sitemap-list > li > ol > li > ol ol {
  position: relative;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 1.3em;
  font-size: 0.9em;
}

#sitemap-list > li > ol ol span, #sitemap-list > li > ol ol a {
  color: #403500;
  text-decoration: none;
  display: block;
  padding: 4px 0;
}

.sitemap-btn {
  position: absolute;
  left: -0.2em;
  line-height: 1em;
  width: 1.3em;
  text-align: center;
  cursor: pointer;
}

.sitemap-btn:hover, .sitemap-btn:focus {
  background: #f3f3d0;
  color: #000;
}

.sitemap-btn2:hover, .sitemap-btn2:focus,
.sitemap-btn:hover, .sitemap-btn:focus { color: #000 }

.sitemap-btn2 {
  float: right;
  cursor: pointer;
  margin-bottom: 10px;
  color: #994;
}

.sitemap-btn2:hover, .sitemap-btn2:focus { color: #000 }


