@charset "UTF-8";

@media all
{
  #nav_main {
    /* (en) containing floats in IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */

    background: #c0c0c0 url("images/background.gif") repeat-x center right;
    /*border:1px dooted #CCC; */
    border-top: 1px #c86d7e dotted;
/*    border-bottom: 1px #333 solid;*/
    line-height: 10px;
     text-transform:uppercase;
  }

  #nav_main 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  */
overflow: hidden;
    margin-left: 0px;
    padding: 0;
    border-left: 1px #c86d7e dotted;
    
  }

  #nav_main ul li {
    /*border-left: 1px #fff solid;
    border-right: 1px #aaa solid; */
    /* border-left: 1px #CCC dotted;*/
    border-right: 1px #c86d7e dotted;
    border-bottom: 1px #c86d7e dotted;
    /* (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;
    padding: 0;
    width:130px;
    text-align:center;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
    background: transparent;
    color: #5f3933;
    display: block;
    font-size: 1em;
    font-weight: bold;
     font-family:Tahoma,verdana,arial;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: #FFF; color: #5f3933; text-decoration: none; }

  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */

    background: #272727 url("images/background_active.gif") repeat-x center right;
     background: #FFF ;
   /* border-left: 1px #444 solid;
    border-right: 1px #888 solid; */
   /*   border-left: 1px #CCC dotted;*/
    border-right: 1px #CCC dotted;
    border-bottom-color:#FFF;
     color: #333;
  }

  #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: #333; text-decoration: none;  border-bottom-color:#FFF}
}


/*tabs*/
 .nav_main {
    /* (en) containing floats in IE */

    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */

    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */

    background: #c0c0c0 url("images/background.gif") repeat-x center right;
    /*border:1px dooted #CCC; */
    border-top: 1px #c86d7e dotted;
    border-bottom:1px solid #FFF;
/*    border-bottom: 1px #333 solid;*/
    line-height: 15px;
     text-transform:uppercase;
  }

  .nav_main 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  */

    margin-left: 2px;
    padding: 0;
     border-left: 1px #c86d7e dotted;
  }

  .nav_main ul li {
    /*border-left: 1px #fff solid;
    border-right: 1px #aaa solid; */
    /* border-left: 1px #CCC dotted;*/
    border-right: 1px #c86d7e dotted;
    border-bottom: 1px #c86d7e dotted;
    /* (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;
    padding: 0;
    width:150px;
    text-align:center;
  }

  .nav_main ul li a,
  .nav_main ul li strong {
    background: transparent;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: bold;
     font-family:Tahoma,verdana,arial;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  .nav_main ul li a:focus,
  .nav_main ul li a:hover,
  .nav_main ul li a:active  { background: #eee; color: #333; text-decoration: none; }

  .nav_main ul li#current {
    /* (en) Repeat the main color from the image */

    background: transparent url("images/background_active.gif") repeat-x center right;
     background: #FFF ;
    border-right: 1px #CCC dotted;
    border-bottom-color:#FFF;
     color: #333;
  }

  .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: #333; text-decoration: none;  border-bottom-color:#FFF}

