*{
	margin:0;
	padding:0;
}
body{
	
	background:#000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	color: #fff;
	
}
.oe_overlay{
	
	background:#000;
	opacity:0;
	position:fixed;
	width:100%;
	
}
ul.oe_menu{
	
	list-style:none;
	position:relative;
	margin:30px 0px 0px 0px;
	width:678px;
	float:right;
	clear:both;
	
}
ul.oe_menu > li{
	
	width:130px;
	height:20px;
	padding-bottom:2px;
	float:left;
	position:relative;
	
}
ul.oe_menu > li > a{
	
	display:block;
	background-color:#333;
	color:#aaa;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	width:107px;
	height:20px;
	padding:9px;
	margin:4px;
	
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	
	background:#fff;
	color:#000000;
	
}
.oe_wrapper ul.hovered > li > a{
	
	background:#fff;
	
}
ul.oe_menu div{
	
	position:absolute;
	top:41px;
	left:1px;
	background:#fff;
	width:160px;
	height:170px;
	padding-top:0px;
	display:none;
	
}
ul.oe_menu div ul li a{
	
	text-decoration:none;
	color:#222;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size:12px;
	
}
ul.oe_menu div ul.oe_full{
	
	width:200px;
	
}
ul.oe_menu div ul li a:hover{
	
	background:#FF0000;
	color:#fff;
	
}
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;
	
}
