@charset "UTF-8";
/**
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{
  .nav_main {
    /* containing floats in IE */
    width: 100%;
    overflow: hidden;
    /* containing floats in all other browsers */
    float: left;
    display: inline;
    /* Repeat the main color from the image */
    background-color: #e7e1d3;
    border-top:1px #e7e1d3 solid;
    border-bottom:1px #e7e1d3 solid;
    line-height:0;
  }

  .nav_main ul {
    border-left: 1px #e7e1d3 solid;
    border-right: 1px #e7e1d3 solid;
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* Left margin of the first button  */
    margin-left: 50px;
    padding: 0;
    font-size: 1em;
  }

  .nav_main ul li {
    border-left: 1px #e7e1d3 solid;
    border-right: 1px #e7e1d3 solid;
    /* Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.1em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .nav_main ul li a,
  .nav_main ul li .divider,
  .nav_main ul li strong {
    display: block;
  	float: left;
    margin: 0;
    padding: 0.4em 0.8em 0.4em 0.8em;
    width: auto;
    background: transparent;
    color: #555;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
  }
  .nav_main ul li .divider {
    font-weight:normal;
    padding: 0.4em 0.1em 0.4em 0;
  }

  .nav_main ul li a:focus,
  .nav_main ul li a:hover,
  .nav_main ul li a:active  { color:#b30212; text-decoration:none; }

  .nav_main ul li.active {
    /* Repeat the main color from the image */
    background-color:#e7e1d3;
    border-left: 1px #e7e1d3 solid;
    border-right: 1px #e7e1d3 solid;
  }

  .nav_main ul li.current {
    /* Repeat the main color from the image */
    background-color:#e7e1d3;
    border-left: 1px #e7e1d3 solid;
    border-right: 1px #e7e1d3 solid;
  }

  .nav_main ul li.active strong,
  .nav_main ul li.active a,
  .nav_main ul li.active a:focus,
  .nav_main ul li.active a:hover,
  .nav_main ul li.active a:active { background:transparent; color:#b30212; text-decoration:none; }

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

}

