@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_main, #nav_oceanonline {
    /* (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("images/shiny_buttons/background.gif") repeat-x center right;*/
/*    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
*/    line-height: 0;
  }
  #nav_oceanonline { margin-left: 15px; }

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

  #nav_main ul li, #nav_oceanonline ul li {
/*    border-left: 1px #fff solid;
    border-right: 1px #aaa solid;
*/    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
	margin: 0 2px 0 0;
    padding: 0;
/*	width: 102px;*/
	width: auto;
	background: transparent url("images/shiny_buttons/background.gif") repeat-x center left;
  }

  #nav_main ul li a,
  #nav_main ul li strong,
  #nav_oceanonline ul li a,
  #nav_oceanonline ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 13px;
	font-family : calibri, trebuchet ms, arial, helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
	text-align: center;
  }

  #nav_main ul li a#active_menu,
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active,
  #nav_oceanonline ul li a:focus,
  #nav_oceanonline ul li a:hover,
  #nav_oceanonline ul li a:active  { background: transparent url("images/shiny_buttons/background_active.gif") repeat-x center left; color: #fff; text-decoration: none; }

  #nav_main ul li#current, #nav_oceanonline ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent url("images/shiny_buttons/background_active.gif") repeat-x center left;
/*    border-left: 1px #444 solid;
    border-right: 1px #888 solid;*/
  }
  


  #nav_main ul li#current strong, #nav_oceanonline ul li#current strong,
  #nav_main ul li#current a, #nav_oceanonline ul li#current a,
  #nav_main ul li#current a:focus, #nav_oceanonline ul li#current a:focus,
  #nav_main ul li#current a:hover, #nav_oceanonline ul li#current a:hover,
  #nav_main ul li#current a:active, #nav_oceanonline ul li#current a:active {background: transparent url("images/shiny_buttons/background_active.gif") repeat-x center left; color: #fff; text-decoration: none; }
}