#nav-header ul, li    { display: inline }
#nav-header a, 
#nav-header a:link     { text-decoration: none; padding: 0 8px }
#nav-header a:hover   { padding: 0 8px }
#nav-header a.current, 
#nav-header a.current:link    { padding: 0 8px }
#nav-header a.current:hover   { padding: 0 8px }

/* ### Sub Navigation ######################################################### */
#navheight_vert { min-height: 193px }
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */
#navheight_vert ul.nav1st  { padding-top: 10px; padding-bottom: 10px }

/* ### nav1st - first level navigation ######################################## */
ul.nav1st  { text-transform: uppercase }
ul.nav1st li  { font-weight: bold; display: block }

/* ### nav2nd - second level navigation ######################################### */
ul.nav2nd     { }
ul.nav2nd li      { list-style-type: none; display: block }
ul.nav2nd a, 
ul.nav2nd a:link    { text-decoration: none }
ul.nav2nd a:hover   { }
ul.nav2nd li.active a, 
ul.nav2nd li.active a:link   { font-weight: bold }


