/*************************************************************************************/
/* Put menu into id="nav" so it sits in the correct Mollio position                  */
/*************************************************************************************/

#nav, #nav-secondary {
	font-size: 1em;
	font-weight: bold;
	width: 100%;
}

#nav, #nav-secondary {
	left:0px;
}
#nav {
	top:86px;
	z-index: 999;
	position:relative;
}
#nav-secondary {
	width: 88%;
	margin-left: 1.5em;
	color: White;
	font-size: 1.4em;
}
#nav .selected {
	color: #B49D2B;
}
/*************************************************************************************/