/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all
{
  .hlist {
  /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width:700px;
  overflow:hidden;
  /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
  
  /* (en|de) Bugfix:IE - collapsing horizontal margins */
   
  border-top:0px #333 solid;
  border-bottom:0px #333 solid;
  line-height:0;
  text-transform: uppercase;
  }

  .hlist ul {
    margin:0;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;

    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    border-left:0px #cccccc solid;
    border-right:0  px #fff solid;
  }

  .hlist ul li {
    border-left:0px #ccc solid;
    border-right:0px #cccccc solid;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    font-size:1.0em;
    line-height:1em;
    list-style-type:none;
    margin:0;
    padding:0;
  }

  .hlist ul li a,
  .hlist ul li strong {
  background:transparent;
  color:#000;
  display:block;
  font-size:1em;
  
  margin:0;
  padding:0.5em 0.8em 0.5em 0.8em;
  text-decoration:none;
  width:auto;
  font-family: Arial,Helvetica,sans-serif;
  font-size:12px;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  {  color:#333; text-decoration:none; outline: 0 none; }

  .hlist ul li.active {
  border-right:0px #888 solid;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background:transparent; color:#000; text-decoration:none; }
}

/*
     FILE ARCHIVED ON 05:49:38 Apr 02, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:23:04 Sep 01, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1395.034
  exclusion.robots: 0.82
  exclusion.robots.policy: 0.22
  RedisCDXSource: 22.597
  esindex: 0.007
  LoadShardBlock: 1356.077 (3)
  PetaboxLoader3.datanode: 1441.493 (5)
  CDXLines.iter: 13.463 (3)
  load_resource: 301.573 (2)
  PetaboxLoader3.resolve: 117.728 (2)
*/