﻿      <style type="text/css" media="screen">
        .clearhack
        {
            display: inline;
        }
        /*Clears Box Model Hack in IE5*/#main
        {
            border: 1px solid #666;
            clear: both;
            background: #FFF3B3;
            padding-top: 2em;
            width:100%;/* added moved all to right*/
        }
        #contents
        {
            padding: 1.5em;
            background: #FFFDF3;
            min-height: 300px;
        }
        #header2
        {
            /*white-space: nowrap; needed to prevent vertical multi-word menus DO NOT USE _ Causes 1st tab to move up in Firefox*/
            margin-left: auto;
            margin-right: auto;
            clear: both;
            position: relative;
            /*width: 100%;*/
            height: 3em;
             width: 70em; /* influences left indent - a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
                          /* 2009m11d23 70em; for parts sites; 60em; for service contract site.
                             2011m09d29 changed from 60 to 70 to make room for hyundai tab*/
        }
        #header2 ul#primary
        {
            margin: 0;
            padding: 0;
            position: absolute;
            bottom: -1px;
            width: 75em; /* -  a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
        }
        #header2 ul#primary li
        {
            display: inline;
            list-style: none;

        }
        #header2 ul#primary a, #header2 ul#primary span, #header2 ul#primary a.current
        {
            width: 13em;/*dimension of tab - incresed from 8em*/
            display: block;
            float: left;
            padding: 4px 0;
            margin: 1px 2px 0 0;
            text-align: center;
            font-family: tahoma, verdana, sans-serif;
            font-size: 85%;
            text-decoration: none;
            color: #333;
        }
        #header2 ul#primary span, #header2 ul#primary a.current, #header2 ul#primary a.current:hover
        {
            border: 1px solid #666;
            border-bottom: none;
            background: #f9f369; /*parts sites: #f9f369; contract site: #CCFFFF;*/ /*FFF3B3*/
            padding-bottom: 6px;
            margin-top: 0;
        }
        #header2 ul#primary a
        {
            background: #FFFAE1;
            border: 1px solid #AAA;
            border-bottom: none;
        }
        #header2 ul#primary a:hover
        {
            margin-top: 0;
            border-color: #666;
            background: #FFF7CD;
            padding-bottom: 5px;
        }
        #header2 ul#secondary
        {
            position: absolute;
            margin: 0;
            padding: 0;
            bottom: -1.4em;
            left: 1px;
            width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
        }
        #header2 ul#secondary li a, #header2 ul#secondary li span
        {
            width: auto;
            display: block;
            float: left;
            padding: 0 10px;
            margin: 0;
            text-align: auto;
            border: none;
            border-right: 1px dotted #AAA;
            background: none;
        }
        #header2 ul#secondary li a
        {
            color: #06C;
            text-decoration: underline;
        }
        #header2 ul#secondary li a:hover
        {
            color: #333;
            background: transparent;
            padding: 0 10px;
            border: none;
            border-right: 1px dotted #AAA;
        }
        #header2 ul#secondary li a:active
        {
            color: #000;
            background: transparent;
        }
        #heade{
            color: #000;
            background: transparent;
        }
        #header2 ul#secondary li:last-child a
        {
            border: none;
        }
    </style>