@charset "UTF-8";
.N8DFE36BD--menu {
    overflow: hidden;
}
.N8DFE36BD--menu-entry {
    float: left;
}
.N8DFE36BD--sub {
	padding:10px 0;
}
.N8DFE36BD--a {
	/* Make sure if cell becomes empty while user is editing, the size of
	 * cell won't change. Unless content-box is used, min-height sets
	 * (padding + line-height). If padding is not 0, the line will collapse
	 * by the height of (padding-top + padding-bottom) */
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-o-box-sizing:content-box;
	box-sizing:content-box;

	display: block;
	padding:0 1em;
	line-height:2.6em;
	min-height:2.6em;
	font-size:16px;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	text-decoration: none;
	color: #F8F8F8;
}
.N8DFE36BD--a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
}
.N8DFE36BD--a.active {
	background-color: white;
	color:#333333;
	text-shadow: none;
}


.N8DFE36BD--b {
    height:2.6em;
}
