*{
	margin:0;
	padding:0;
}
body{
	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:relative;
	margin:0;
	width:980px;
	float:left;
	clear:both;
}
ul.oe_menu > li{
	width:140px;
	height:40px;
	float:left;
	position:relative;
}
ul.oe_menu > li > a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:140px;
	height:40px;
	text-shadow:0px 0px 1px #000;
	opacity:1;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:#00a7a1;
	color:#101010;
	opacity:1.0;
}
.oe_wrapper ul.hovered > li > a{

	text-shadow:0px 0px 1px #FFF;
}
ul.oe_menu .box{
	position:absolute;
	background:#fff;
	padding:22px;
	display:none;
	border:1px solid #cccccc;
}
ul.oe_menu div ul li{
	width:160px;
	/*padding:0 0 0 7px;
	background-image: url("../images/left/left_arrow.jpg");
  background-repeat: no-repeat;
  background-position: 0 center;*/
}
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{
	float:left;
	width:165px;
}
ul.oe_menu div .img_area{
	float:left;
	width:300px;
	text-align:center;
	border-left:1px solid #cccccc;
}
ul.oe_menu div .img_area .img_area_txt {
	width:100%;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#666666;
}
ul.oe_menu div ul li a:hover{
	background:#000;
	color:#fff;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 165px;
}
ul.oe_menu div.oe_heading{
	display:block;
	width:100% !important;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0 0 6px 0 !important;
	border-bottom:1px solid #cccccc;
	background-image: none !important;
}
ul.oe_menu div.oe_heading a{
	text-decoration:none;
}
