/*---------------------------------------------*/
/*  navigation_2_level.css                     */
/*  Last Updated 09/22/2010                    */
/*  Legislative Data Center                    */
/*  Styles for the two-level navigation        */
/*  Do *****NOT***** edit                      */
/*---------------------------------------------*/


#navigation {height: 78px;}

#heading {height: 110px;}

#navigation li li a {font-weight: normal; background-image: none;}

#navigation li.mouse_over ul {display: block;} /* Show sublist of hovered item */
 
body:last-child #navigation li:hover ul {display: block;} /* Show sublist of hovered item, hack hides this from Opera, works in FF & Safari(?) */

* html #navigation li:hover ul {display: block;} /* Show sublist of hovered item, hack hides this from Opera, works in IE */

#navigation li.nav_default_on ul {display: block;} /* Show sublist of current page */
 
#navigation li.nav_default_off ul {display: none;} /* Hide sublist of current page */