@font-face {
	font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans'), local('OpenSans-Regular'),
	url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'graublauweb-webfont';
	src: url('fonts/graublauweb-webfont.eot');
	src: local('☺'), url('fonts/graublauweb-webfont.woff') format('woff'), url('fonts/graublauweb-webfont.ttf') format('truetype'), url('fonts/graublauweb-webfont.svg#webfont8xigBfG2') format('svg');
}

*{
	margin:0;
	padding:0;
}

body {
	font-family:"graublauweb-webfont", Helvetica, Arial, sans-serif;
	font-size:1em;
}

ul.oe_menu{
	list-style:none;
	margin-left: 3px;
	width:448px;
	float:left;
}
ul.oe_menu > li{
	height:34px;
	margin-left: 1px;
	position:relative;
	float:left;
}
ul.oe_menu > li > a{
	text-transform:uppercase;
	width:90px;
	height:13px;
	padding:10px;
	margin-left: 1px;
	display:block;
	border-top: 1px inset #ccc;
	color:#aaa;
	text-decoration:none;
	font-weight:400;
	font-size:0.7em;

}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	color: #4d4d4d;
	text-decoration:none;
	background-color:#ccc;
	border-top: 1px inset #ccc;
	text-decoration:none;
}
ul.oe_menu div{
	position:absolute;
	left:1px;
	background-color:#ccc;
	height:190px;
	width:426px;
	padding:10px;
	display:none;
	border-bottom: 4px outset black;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#222;
	margin:2px;
	display:block;
	font-size:0.65em;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 138px;
	margin-right:5px;
}

.localpage{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height:12px;
	font-weight: 400;
}
.localpage li{
	color: #000;
	width: 134px;
}
.localpage li a{
	display: block;
	padding: 0px 5px;
	text-align: left;
	position: relative;
	z-index: 10;
 	height: auto;
}

.localpage li:nth-child(1):hover a,
.localpage li:nth-child(3):hover a,
.localpage li:nth-child(5):hover a,
.localpage li:nth-child(7):hover a,
.localpage li:nth-child(9):hover a{
	background-color: #ddd;
}

.localpage li:nth-child(2):hover a,
.localpage li:nth-child(4):hover a,
.localpage li:nth-child(6):hover a,
.localpage li:nth-child(8):hover a,
.localpage li:nth-child(10):hover a{
	background-color:#dadada;
}
.localpage li a span{
	display:block;
}
.localpage li a span:first-child{
	padding-bottom: 4px;
	color: #000;
}
.localpage li img{
	position: absolute;
	z-index: 1;
	left: 153px;
	top: 10px;
	display: block;
	width: 280px;
	height: 186px;
	opacity: 0;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
.localpage li:hover img{
	opacity: 1;
}
.img0{
	position: absolute;
	z-index: 1;
	left: 153px;
	top: 10px;
	width: 280px;
	height: 186px;
	opacity: 1;
}