@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: navigation.shinybuttons.css 1043 2011-08-12 06:59:27Z hieblmedia $
 *
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 * @subpackage    JYAML.Stylesheet
 *
 */

/**
 * Optional: Import YAML stylesheet nav_shinybuttons.css as base
 * @import url(../../../libraries/jyaml/yaml/navigation/nav_shinybuttons.css);
 */

@media all
{
  #header #nav {
    /* containing floats in IE */
    width:100%;
    overflow:hidden;
    /* containing floats in all other browsers */
    float:left;
    display:inline;
    /* Bugfix:IE - collapsing horizontal margins */
    position:relative;
    /* Repeat the main color from the image */
    border-top:1px #ccc solid;
    border-bottom:1px #ccc solid;
    line-height:0; 
  }
  
  #header .ym-wbox {height:135px;}

  #header #nav ul {
    margin:0;

    padding:6px 0;
    /* Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
  }

  #header #nav ul li {
    /* 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;
    text-transform:uppercase;
  }

  #header #nav ul li a,
  #header #nav ul li strong {
    color:#9a9a9a;
    display:block;
    font-size:1em;
    font-weight:bold;
    margin:0;
    padding:0.5em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
  }

  #header #nav ul li a:focus,
  #header #nav ul li a:hover,
  #header #nav ul li a:active  { background:#a43071; color:#fff; text-decoration:none; outline: 0 none; }

  #header #nav ul li.active {
    /* Repeat the main color from the image */
    background:#a43071;
  }

  #header #nav ul li.active strong,
  #header #nav ul li.active a:focus,
  #header #nav ul li.active a:hover,
  #header #nav ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }

  /*
   * Subtitle support. Split menu title (defaults with ##).
   * You can change the separator value in the template params by menu options
   */
  * html #header #nav ul li a {
    position: relative; /* IE5+6 hover fix need with subtitles */
  }

  #header #nav ul li a span, .ym-hlist ul li strong span {
    display: block;
  }

  #header #nav ul li span.subtitle {
    /* You can use .maintitle, .subtitle-1, .subtitle-2, .subtitle-3, etc. to adjust the maintitle or each subtitle line */
    display: block;
    font-size: smaller;
    font-weight: normal;
    color: #444;
  }
  /* .ym-hlist ul li span.subtitle-empty { display: none; } */

  #header #nav ul li.active span { color:#fff; }
  #header #nav ul li.active span.subtitle {
    color: #fff;
    background: #a43071;
    font-weight: normal;
  }

  #header #nav ul li a.member,
  #header #nav ul li strong.member {
    background:#a43071 url(../images/nav-members-bg.png) no-repeat 20px 4px; 
    position:absolute;
    top:auto;
    right:0;
    color:#fff; 
    font-size:83%;
    line-height:155%;
    text-transform:none;
    padding-left:78px;
    font-weight:bold;    
  }

  #header #nav ul li a.member:focus,
  #header #nav ul li a.member:hover,
  #header #nav ul li a.member:active  { 
    background:#a43071 url(../images/nav-members-bg.png) no-repeat 20px 4px; 
    text-decoration:none;
    outline:0 none;
    background-color:#b75e8a; 
  }


}