/* CSS to adjust for lack of Javascript support */
/* This file is included when Javascript is disabled */

/* Show/hide elements requiring Javascript */
.show-no-js {display:block !important;}
.hide-no-js {display:none !important;}

/* Show navigation dropdowns on hover */
li.dropdown:hover div.dropdown-menu {display:block;}

/* Show button dropdowns on hover */
div.dropdown:hover div.dropdown-menu{display:block;}

/* Always show advanced search */
#advanced_search {display:block;}
