/**
 *
 * @author  ahrasis http://smf.ahrasis.com
 * @license BSD http://opensource.org/licenses/BSD-3-Clause
 * @mod     DMOT: Default Menu On Top
 *
 */

body
{
	margin-top: 3em;
}
#header
{
	margin-bottom: -5em;
}
#main_menu
{
	padding: 0.7em;
	width: 100%;
	margin: 0;
	background: #eee;
	border-bottom: 2px solid #333;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-image: none !important;
}
#main_menu #search_form
{
	text-align: right !important;
	margin: -1px 2.5em 0;
}
#main_menu .dropmenu
{
	margin: 0 2.5em;
	padding: 0;
	background-image: none;
}
@media handheld, screen and (max-width: 400px), @media handheld, screen and (max-device-width: 400px) {
	#main_menu .dropmenu
	{
		margin: 0 0.5em;
	}
}
/* the background's first level only */ /*
#main_menu .dropmenu li a.firstlevel
{
	margin-right: 8px;
}
#main_menu .dropmenu li a.firstlevel span.firstlevel
{
	display: block;
	position: relative;
	left: -5px;
	padding: 0 1px 0 6px;
	height: 1.9em;
	line-height: 1.9em;
	white-space: pre;
}

/* the active button */ /*
#main_menu .dropmenu li a.active,
#main_menu .dropmenu li a.active span.firstlevel
{
	background: orange;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-radius: 5px;
}
/* the hover effects */ /*
#main_menu .dropmenu li a.firstlevel:hover, #main_menu .dropmenu li:hover a.firstlevel,
#main_menu .dropmenu li a.firstlevel:hover span.firstlevel, #main_menu .dropmenu li:hover a.firstlevel span.firstlevel
{
	background: #5A6C85;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-radius: 5px;
} */