  #nav_main ul {
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
    white-space: nowrap;
	padding-left:250px;
  }
#nav_main { background:url("images/sliding_door/round/line.gif") repeat-y}
  #nav_main li {

    background:url("images/sliding_door/round/left.gif") no-repeat top left;
    border-bottom: 1px solid #000;
    float: left;
    margin: 0 1px;
    padding: 0 0 0 3px;
  }

  #nav_main a,
  #nav_main strong {

    background: transparent url("images/sliding_door/round/right.gif") no-repeat top right;
    color: #fff;
    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 */
  }


  #nav_main > ul a,
  #nav_main > ul strong { width: auto; } 

  #nav_main ul li:focus,
  #nav_main ul li:hover,
  #nav_main ul li:active {

    background-color: #c4d0dc;
    background-position: 0 -150px;
  }

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

  #nav_main a:focus,
  #nav_main a:hover,
  #nav_main a:active { background-color: transparent; color: #ccc; }

  #nav_main #current {
    background: url("images/sliding_door/round/left.gif") no-repeat top left;
    border-bottom: 1px solid #000;
  }

  #nav_main #current a,
  #nav_main #current strong {

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

    background: transparent url("images/sliding_door/round/right.gif") no-repeat top right;
    color:#FF0033;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
  }
 #nav_main .current a:hover{color: #FF0033; }

