/* CSS Tabs */

    #tabs {
      float:left;
      width:100%;
      background:#ffffff url("../images/bg.gif") repeat-x bottom;
      font-size:125%;
      line-height:normal;
      }
    #tabs ul {
      margin:0;
      padding:5px 2px 0;
      list-style:none;
      }
    #tabs li {
      float:left;
      background:url("../images/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #ed1c24;
      }
    #tabs a {
      float:left;
      display:block;
      width:.1em;
      background:url("../images/right.gif") no-repeat right top;
      padding:5px 8px 4px 4px;
      text-decoration:none;
      font-weight:bold;
      color:#252525;
      }
    #tabs > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover {
      color:#002b82;
      }
/* All Tab IDs */
#n-home #tab-n-home, #u-home #tab-u-home, #carryall #tab-carryall,
#terrain #tab-terrain, #t-home #tab-t-home, #transp #tab-transp,
#g-home #tab-g-home, #golf #tab-golf {
      background-position:0 -150px;
      border-width:0;
      }
#n-home #tab-n-home a, #u-home #tab-u-home a, #carryall #tab-carryall a,
#terrain #tab-terrain a, #t-home #tab-t-home a, #transp #tab-transp a,
#g-home #tab-g-home a , #golf #tab-golf a { 
      background-position:100% -150px;
      padding-bottom:5px;
      color:#002b82;
      }
    #tabs li:hover, #tabs li:hover a {
      background-position:0% -150px;
      color:#002b82;
      }
    #tabs li:hover a {
      background-position:100% -150px;
      }

