  #nav_main_datas {
    background: transparent url("../images/sliding_door/round/bg.gif") repeat-x bottom;
    float: left;
    width: 100%;
	margin: 20px 0 15px 0;
  }

  #nav_main_datas ul {
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  #nav_main_datas li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #e0ecf8 url("../images/sliding_door/round/left.gif") no-repeat top left;
    /*border-bottom: 1px solid #000;*/
    float: left;
    margin: 0;
    padding: 0 0 0 3px;
  }

  #nav_main_datas a, #nav_main_datas strong {
    background: transparent url("../images/sliding_door/round/right.gif") no-repeat top right;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    padding: 5px 11px 3px 8px;
    text-decoration: none;
    text-transform: none;

    width: auto; /* only IE 5.x */
    width/**/:/**/ .1em; /* only IE 6.0 */
  }


  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */

  #nav_main_datas > ul a,
  #nav_main_datas > ul strong { width: auto; }  /* for other browsers */

  #nav_main_datas ul li:focus, #nav_main_datas ul li:hover, #nav_main_datas ul li:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #FFFFFF;
    background-position: 0 -150px;

  }

  #nav_main_datas li:focus a, #nav_main_datas li:hover a, #nav_main_datas li:active a { 
	background-position: 100% -150px; 
   }



  #nav_main_datas a:focus, #nav_main_datas a:hover, #nav_main_datas a:active { 
	background-color: transparent; color: #0C4065;
   }

  #nav_main_datas #current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: white url("../images/sliding_door/round/left_on.gif") no-repeat top left;
    border: 0;
	color: #0C4065;
  }



  #nav_main_datas #current a, #nav_main_datas #current strong {
    background: transparent url("../images/sliding_door/round/right_on.gif") no-repeat top right;
    color: #0C4065;
    /*font-weight: bold;*/
    padding-bottom: 4px;
    padding-top: 5px;
  }