*{
	margin:0;
	padding:0;
}

.oe_overlay{
	
	position:fixed;
	top:0px;	
	width:100%;
	/*right:208px;
	height:597px;*/
}


ul.oe_menu{
	list-style:none;
	position:relative;
	width:auto;
	float:left;
	clear:both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul.oe_menu > li{
	width:180px;
	height:80px;
	padding-bottom:2px;
	float:left;
	position:relative;
	text-align:center;
	vertical-align:middle;
	margin-right:5px;
	
}
ul.oe_menu > li > a{
	display:block;
	background-color:none;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	width:180px;
	height:58px;
	vertical-align:middle;
	padding:10px;
	
	/*text-shadow:0px 0px 1px #000;*/
	opacity:0.8;
	border-bottom: 2px solid #4480C1;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:#EAEAEA;
	color:#101010;
	opacity:1.0;	
}

.oe_wrapper ul.hovered > li > a{
	background:#fff;
	text-shadow:0px 0px 1px #FFF;
}

ul.oe_menu div{
	position:absolute;
	top:56px;	
	width:180px;
	height:auto;	
	display:none;
	background-color: #BBD0E8;
	
}
ul.oe_menu div ul li a{
	text-decoration:none;
	width:180px;
	color:#000;
	font-weight:500;
	padding:10px;	
	display:block;
	font-size:14px;
	text-align:center;
	border-bottom:solid 1px #FFF;	
	
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	color:#333;
	background-color: #CCC;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;
}
li.oe_heading{
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}

.container h1.au {
	font-size: 150%;
	font-weight: normal;
	color:#000000;
	margin-bottom: 10px;
	margin-left: 24px;
	margin-top: 20px;
	background-color: #E0DDA7;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	font-family:Arial;
}

