/*************************************************************************************/
/* Put menu into id="nav" so it sits in the correct Mollio position                  */
/*************************************************************************************/

#nav, #nav-secondary {
	font-size: 1em;
	font-weight: bold;
	/*text-transform: uppercase;*/
	width: 100%;
}

#nav {
	position:absolute;
	top:120px;
	left:0px;
}
#nav-secondary {
	position: static;
	margin-top: 1em;
}
/*************************************************************************************/