#nav1   { position: relative; min-width: 100%; float: left }#nav2 { position: relative; min-width: 100%; float: left }#nav1 ul     { font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; min-width: inherit }#nav2 ul   { font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; min-width: inherit }#nav1 li.nav1_header      { background-image: url("nav1_background.gif"); background-repeat: repeat-x; cursor: pointer; height: 24px; min-width: inherit; float: left; overflow: visible }#nav2 li.nav2_header   { background-image: url("nav2_background.gif"); background-repeat: repeat-x; cursor: pointer; height: 14px; min-width: inherit; float: left; overflow: visible }#nav1 a        { color: white; font-size: 14px; font-weight: bold; text-decoration: none; display: block; padding: 4px; min-width: inherit; overflow: visible }#nav2 a    { color: white; font-size: 9px; font-weight: bold; text-decoration: none; display: block; padding: 2px; min-width: inherit; overflow: visible }#nav1 a:hover      { text-decoration: none; background-image: url("nav1_background_hilite.gif"); background-repeat: repeat-x; display: block }#nav2 a:hover    { text-decoration: none; background-image: url("nav2_background_hilite.gif"); background-repeat: repeat-x }