  /*
	These styles preserve usability in case javascript in the
	user's browser is off or not supported
*/
#leftnav h4.DropDownNav
{
	border: inherit !important;
}

#leftnav ul.DropDownNav
{
	display: inline !important;
	visibility: visible !important;
}

#leftnav.DropDownNav_Expander
{
	display: none !important;
}