*{
	margin:0;
	padding:0;
}
body{
	background:#000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	color: #fff;
	
	/*text-transform:uppercase;*/
	overflow-x:hidden;
}/*
.oe_overlay{
	background:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}*/
ul.oe_menu{
	list-style:none;
	position:absolute;
	margin:30px 0px 0px 20px;
	width:990px;
	height:200px;
	float:left;
	clear:both;

}
ul.oe_menu > li{
	width:132px;
	height:0px;
	padding-bottom:0px;
	float:left;
	position:relative;
	text-align: center;
	font-size: 8px;
	/*text-transform:uppercase;*/
	display: inline;	
	margin: 40px -15px 0px 12px;
}
ul.oe_menu > li > a{
	display:block;
	/*background-color:#101010;*/
	color:#fff;
	text-decoration:none;
	/*font-weight:bold;*/
	font-size:14px;
	width:110px;
	height:80px;
	padding:-10px;
	margin: 70px 0px 0px 0px;
	/*text-shadow:0px 0px 1px #000;*/
	opacity:0.8;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	/*background:#fff;*/
	font-weight:bold;
	opacity:1.0;
}
.oe_wrapper ul.hovered > li > a{
	/*background:#fff;*/
	text-shadow:0px 0px 1px #FFF;
}
ul.oe_menu div{
	position:absolute;
	top:103px;
	left:1px;
	background:#fff;
	text-align: left;
	width:141px;
	height:auto;
	padding:10px;
	display:none;
	opacity: 0.9;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#222;
	padding:2px 2px -12px 14px;
	margin:2px;
	display:block;
	font-size:12px;
}
ul.oe_menu div ul.oe_full{
	width:50%;
}
ul.oe_menu div ul li a:hover{
	background:#851111;
	color:#fff;

}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 125px;
	margin:-1px 0 0 10px;
	padding: 0px 0px 0px 0px;
}
li.oe_heading{
	color:#aaa;
	font-size:14px;
	margin:5px 0 10px 0;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
	width: 90%;
	text-align:left;
}
li.oe_heading1{
	color:#aaa;
	font-size:14px;
	margin:5px 0 10px 0;
	padding-bottom:6px;
	border-bottom:3px solid #851111;
	width: 80%;
	text-align:left;
}
li.oe_heading2{
	color:#aaa;
	font-size:14px;
	margin:5px 0 10px 0;
	padding-bottom:6px;
	border-bottom:3px solid #851111;
	width: 90%;
	text-align:left;
}
li.oe_heading3{
	color:#aaa;
	font-size:14px;
	margin:5px 0 10px 0;
	padding-bottom:6px;
	border-bottom:3px solid #851111;
	width: 90%;
	text-align:left;
}
li.oe_heading4{
	color:#aaa;
	font-size:14px;
	margin:5px 0 10px 0;
	padding-bottom:6px;
	border-bottom:3px solid #851111;
	width: 90%;
	text-align:left;
}
li.oe_heading5{
	color:#aaa;
	font-size:14px;
	margin:5px 0 10px 0;
	padding-bottom:6px;
	border-bottom:3px solid #851111;
	width: 90%;
	text-align:left;
}
li.oe_heading6{
	color:#aaa;
	font-size:14px;
	margin:5px 0 10px 0;
	padding-bottom:6px;
	border-bottom:3px solid #851111;
	width: 80%;
	text-align:left;
}