*{
	margin:0;
	padding:0;
}

.oe_overlay{
	background:#FFF;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
ul.oe_menu{
	list-style:none;
	
	margin:auto;
	width:960px;
	
	clear:both;
}
ul.oe_menu > li{
	width:160px;
	height:60px;
	padding-bottom:2px;
	text-align:center;
	float:left;
	position:relative;
}
ul.oe_menu > li > a{
	display:block;
	background-color:#FFB6C1;
	color:#e40848;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	width:130px;
	height:40px;
	padding:10px;
	margin:1px;
	text-shadow:0px 0px 0px #000;
	opacity:0.8;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:#e40848;
	color:#ffffff;
	opacity:1.0;
}
.oe_wrapper ul.hovered > li > a{
	background:#fff;
	text-shadow:0px 0px 1px #FFF;
}
ul.oe_menu div{
	position:absolute;
	text-align:left;
	top:61px;
	left:1px;
	background:#ffefef;
	width:498px;
	height:300px;
	padding:15px 30px;
	display:none;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#666;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size:12px;
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	background:#e40848;
	color:#fff;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 230px;
	margin-right:10px;
}
li.oe_heading{
	color:#e40848;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:2px solid #707070;
}
