/* CSS FOR FORUM TO SIMULATE JOOMLA MENU SYSTEM
see DcThemeTopSiteNavbar() in DcSubsTheme.php for where this is called
// new for css3mega menu
 */












.dcabovebanner {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    max-width: 2300px;
    margin: auto;
}




/* Internet explorer problems hides the drop down menu stuff */
/* so this is needed! */
.dcabovebanner  #horizmenu-surround
{
	position:absolute;
	overflow:visible;
}



.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
