/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Horizontal list navigation "hlist"
 * (de) Horizontale Navigationsliste "hlist"
 *
 * @copyright       © 2005-2013, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.1.2
 */
@media all {
  .ym-hlist { width: 100%; overflow: hidden; position: relative; line-height: 1; }
  .ym-hlist ul { margin: 0; padding: 0; display: inline; float: left; }
  .ym-hlist ul li { display: inline; position: relative; float: left; font-size: 1em; line-height: 1; list-style-type: none; margin: 0; padding: 0; }
  .ym-hlist ul li a { color: #fff; display: block; padding: 0 20px; font-size: 20px; font-weight: 500; line-height: 24px; text-transform: uppercase; text-decoration: none; width: auto; }
  .ym-hlist ul li a:focus:after, .ym-hlist ul li a:hover:after, .ym-hlist ul li.active > a:after, #mainnav li.parent > a.flyout-open:after { content: ""; position: relative; top: 7px; display: block; height: 3px; margin: -3px 0 0; background: #fff; }
}