@charset "UTF-8";

@media all
{
  #nav_main {
	/* (en) containing floats in IE */
    width: 100%;
	height: 23px;
	overflow: hidden;
	/* (en) containing floats in all other browsers */
    float: left;
	display: inline;
	line-height: 0;
	background-position: center center;
  }

  #nav_main ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */
    margin-left: 50px;
    padding: 0;
  }

  #nav_main ul li {
    /* (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;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
    background: transparent;
    display: block;
    font-size: 1em;
    font-weight: bold;
    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: #272727;
  }

  #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; }
}
