body{
  overflow:hidden;
}

#maps{
  position:absolute;
  top:2px;
  left:0px;
/*  background:url(/css/atlas.png) 44px 0px no-repeat;*/
  font: 12px Arial, sans-serif;
/*  width:100%;*/
/*  height:100px;*/
/*  float:left;*/
}

#maps > a{
  display:block;
  float:left;
  background:url(home-arrow.png) 1px left no-repeat;
  width:17px;
  height:18px;
  margin:20px 0 0 16px;
  text-indent:-99999px;
}
#maps > a:hover{
  background:url(home-arrow.png) -17px left no-repeat;
}

#maps ul{
  list-style-type:none;
  margin:28px 0 0 80px;
}
#maps li{
  float:left;
  margin-right:20px;
}

#maps li a{
  text-decoration:none;
  color:#999;
}

#maps li a:hover{
  color:#67D3E0;
}

#maps li a.active{
  font-weight:bold;
  color:#67D3E0;
}

#dataset{
  position:fixed;
  bottom:20px;
  right:20px;
  font: 10px Arial, sans-serif;
  background:white;
}

#dataset a{
  color:#666;
  text-decoration:none;
}

#dataset a:hover{
  color:black;
  text-decoration:underline;
}



