		a {
			color: #FFFFFF;
		}
		a:hover {
			text-decoration: none;
		}
		#back_to_camera {
			clear: both;
			display: block;
			height: 70px;
			line-height: 40px;
			padding: 20px;
		}
		.fluid_container {
			margin: 0 auto;
			max-width: 260px;
			width: 195;
		}
	
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	text-decoration:none
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:0px;
}
ul.menu ul {
	position: absolute;
	top: 0px;
	left: 0;
	background: #FF0000;
	display: none;
	opacity: 0;
	list-style: none
}
ul.menu ul li {
	position:relative;
	width:auto;
	margin:0
}
ul.menu ul ul {left:148px; top:0px}
ul.menu .menulink {
	padding: 45px 25px 25px;
	font-weight: lighter;
	width: auto;
	text-align: center;
	color: #666;
	height: 26px;
	font-family: dinbek_lightlight;
	font-size: 12px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background: url(images/hover.png);
	color: #8A231D;
	background-position: center top;
	overflow: visible;
	background-repeat: no-repeat;
	font-family: dinbek_lightlight;
	font-weight: lighter;
	font-size: 12px;
}
@font-face {
    font-family: 'dinbek_lightlight';
    src: url('dinbl-webfont.woff2') format('woff2'),
         url('dinbl-webfont.woff') format('woff'),
         url('dinbl-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}