/**
 * "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:100%;
    overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left;
    display:inline;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:#000 url("shiny_buttons/bg_hnav1.gif") repeat-x center right;
    border-top:1px #000 solid;
    border-bottom:1px #000 solid;
    line-height:0;
  }

  .hlist ul {
    margin:0;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    border-left:1px #000 solid;
    border-right:1px #000 solid;
  }

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

  .hlist ul li a,
  .hlist ul li strong {
    background:transparent;
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding:10px 0.9em;
    text-decoration:none;
    width:auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background:#222 url("shiny_buttons/bg_hnav1_hover.gif") repeat-x center right; color:#fff; text-decoration:none; outline: 0 none; }

  .hlist ul li.rex-active, .hlist ul li.rex-current  { background:#222 url("shiny_buttons/bg_hnav1_hover.gif") repeat-x center right; color:#fff; text-decoration:none; outline: 0 none; }
  
 

  .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:#fff; text-decoration:none; }
}

.nav h3 {;color:#666;font-size:14px; font-weight:bold;margin:20px 0 10px 0;}
.nav ul
{
padding-left: 0;
margin-left: 0;
margin-top:10px;
border-bottom: 1px solid #ccc;

}

.nav li
{
list-style: none;
margin: 0;
padding: 0.3em 0.8em;
border-top: 1px solid #ccc;
}

.nav ul ul
{

margin: 0;
padding-left: 10px;
border: 0;

}

.nav li li
{
list-style: none;
margin: 0;
padding: 3px 10px 3px 10px;
border: 0;
background-image: url(img/arrow_grey.gif);
background-repeat: no-repeat;
background-position: 0px 8px;

}

.nav li a {color:#666; text-decoration: none; }
.nav li a:hover {color:#999;text-decoration: underline; }



.rex-breadcrumb  li {
display: inline;
padding: 0 10px 0 10px;
color:#999; 
font-size:11px;
text-decoration: none;
background-image: url(../img/arrow_grey.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
}

.rex-breadcrumb  li a { 
color:#999; 
text-decoration: none;
}

.rex-breadcrumb  li a:hover { 
text-decoration: underline;
}

.rex-breadcrumb{margin:0 0 10px 0;padding:0;}