@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2008, 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.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all {
#nav {
  width:998px;
  float: left;
}
#topnav {
  text-align: left;
  height: 34px;
  background-repeat: repeat-x;
  width: 380px;
  padding-left: 620px;
  margin-top: 100px;
  position: absolute;
}
#subnav {
  text-align: right;
  background-image: url(../images/bluenavbkgrd.jpg);
  height: 34px;
  z-index:5000;
  background-repeat: repeat-x;
}
/* (en) Absolute positioning only within #header */

  #header #topnav {
  position:absolute;
  top: 20px;
  right: 27px;
}
#topnav ul {
  border-left: 0px #aaa solid;
  border-right: 0px #fff solid;
  display: inline;
  padding: 0;
}

#topnav ul li {
  border-left: 0px #fff solid;
  border-right: 0px #aaa solid;
  
    display: inline;
  font-size: 1em;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#topnav ul li a,  #topnav ul li strong {
  background: transparent;
  color: #0149AE;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 10px 15px 10px;
  text-decoration: none;
  width: auto;
  background-image: url(../images/80white.png);
  font-family: "Arial Narrow", Helvetica, sans-serif;
}
#topnav ul li a:focus,  #topnav ul li a:hover,  #topnav ul li a:active {
  color: #0058BE;
  text-decoration: none;
  background-image: url(../images/80white.png);
}
#topnav ul li#current {
  /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #000000;
  border-left: 0px #444 solid;
  border-right: 0px #888 solid;
}

#topnav ul li#current strong,  #topnav ul li#current a,  #topnav ul li#current a:focus,  #topnav ul li#current a:hover,  #topnav ul li#current a:active {
  background-color: #000000;
  background-image: url(../images/80white.png);
}



#nav_main {
  /* (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) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #c0c0c0 url("media/img/nav_bkgrd.jpg") repeat-x center right;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
  line-height: 0;
  padding-left: 0px;
}
#nav_main ul {
  border-left: 0px #aaa solid;
  border-right: 0px #fff solid;
  /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
  float: left;
  margin: 0;
  width: 100%;
  background-color: #343434;
  padding-left: 250px;
}
#nav_main ul li {
  border-left: 0px #fff solid;
  border-right: 0px #aaa solid;
  /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
  float: left;
  font-size: 1em;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav_main ul li a,  #nav_main ul li strong {
  font-family:Arial Narrow;
  background: transparent;
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  margin: 0;
  padding: 0.5em 0.2em 0.5em 0.2em;
  text-decoration: none;
  width: auto;
  background-image: url(/media/img/nav_bkgrd.jpg);
  background-repeat: repeat-x;
  background-color: #343434;
}
#nav_main ul li a:focus,  #nav_main ul li a:hover,  #nav_main ul li a:active {
  background: #eee;
  color: #FFFFFF;
  text-decoration: none;
  background-image: url(/media/img/nav_bkgrd.jpg);
  background-repeat: repeat-x;
}
#nav_main ul li#current {
  /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #000000;
  border-left: 1px #444 solid;
  border-right: 1px #888 solid;
}
#nav_main ul li#current strong,  #nav_main ul li#current a,  #nav_main ul li#current a:focus,  #nav_main ul li#current a:hover,  #nav_main ul li#current a:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
}
















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
