@charset "UTF-8";
/* CSS Document */


.oe_overlay{
	background:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

ul.oe_menu{
	list-style:none;
	position:relative;
	width:980px;
	float:left;
	clear:both;
}

ul.oe_menu > li{
	float:left;
	position:relative;
}

ul.oe_menu div{
	position:absolute;
	top:45px;
	left:0px;
	background: #DFDFDF;
	width:705px;
	height:150px;
	padding:20px 0px;
	text-align:center;
	display:none;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
}

ul.oe_menu div a img{
	margin: 0ox 5px;
}

ul.oe_menu div ul.oe_full{
	width:100%;
}

ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 130px;
	margin: 0px auto;
}
li.oe_heading{
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}

.content {
	width: 130px;
	margin: 0px auto;
}