*{
	margin:0;
	padding:0;
}
body{
	background:#f2f2f2;
	width:900px;
	height:770px;
	overflow-x:hidden;

}

.oe_overlay{
	background:#fefefb;
	opacity:0;
	position:fixed;
	top:Opx;
	left:0px;
	width:99%;
	height:99%;
}
ul.oe_menu{
	list-style:none;
	position:relative;
	margin:30px 0px 0px 40px;
	width:672px;
	float:left;
	clear:both;
}
ul.oe_menu > li{
	width:112px;
	height:80px;
	padding-bottom:1px;
	float:left;
	position:relative;
}
ul.oe_menu > li > a{
	display:block;
	background-color:#3a3c3f;
	text-transform:uppercase;
	color:#fefefb;
	text-decoration:none;
	font-family:"MS Serif", "New York", serif;
	font-size:14px;
	width:90px;
	height:80px;
	padding:10px;
	margin:1px;
	text-shadow:0px 0px 1px #000;
	opacity: 0.9;
}


ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background: #fefefb;
	color:#6e102f;
	opacity:1.0;
}
.oe_wrapper ul.hovered > li > a{
	background:#dbe5d2;
	text-shadow:0px 0px 1px #fefefb;
}


ul.oe_menu div{
	position:absolute;
	top:103px;
	left:1px;
	background:#fefefb;
	width:608px;
	height:170px;
	padding:30px;
	display:none;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#693182;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
 
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	background:#dbe5d2;
	color:#fff;
	font-size:13px;
	font-weight:400;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width:185px;
	margin-right:10px;
}
li.oe_heading{
	color:#93117e;
	font-size:14px;
	font-family:"MS Serif", "New York", serif;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}

.image{
		border:none;
		text-decoration:none;
	}

.clr {
 		clear: both;
 		font-size:0;
  		line-height:0;
  		border: 0px;
  	}