*{
	margin: 0;
	padding: 0;
	width: auto;
	height:auto;
}

.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-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	width: 1190px;
	float: center;
	clear: both;
}
ul.oe_menu > li{
	width: auto;
	height: 40px;
	padding-bottom: 2px;
	float: left;
	position: relative;
}
ul.oe_menu > li > a{
	display: block;
	background-color: #000;  /* boşta renk */
	color: #FFF; /* yazı rengi */
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;       /* ust menunun  font özellikleri */
	font-family: deneme;
	width: 117px; /*menu kup büyüklü */
	height: 20px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 2px; /* alt temas */
	padding-left: 3px;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background: #000000;  /* ustunde ap renk *******************ÜST*************** */
	color: #FF0004; /* ustunde text renk */
	/* opacity: 1.0; */
	width: 117px;
	font-weight: bold;
	font-size: 12px;
}

.oe_wrapper ul.hovered > li > a{
	background:#FF0004;
/*	text-shadow:0px 0px 1px #FFF; */

}
ul.oe_menu div{
	position: absolute;
	top: 36px;  /* açılan menunun yukarıya yakınlığı */
	left: 1px;
	background: #FFFFFF;
	width: auto;    /* auto yaptık dikey oldu */
	height: auto;  /* alt menu buyukluğu */
	padding: 30px;
	 display: none; 
}
ul.oe_menu div ul li a{
	text-decoration:none;
	
	color:#000000;  /* alt menunun font stili */
    
	padding:2px 2px 2px 2px;
	margin:2px;
    display:block;    
	font-size:13px;
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	background: #E8E8E8;  /*       ****************************  ALT  üzerinde **************/
	color: #000000;
    fon
	width: auto;
}
ul.oe_menu li ul{
 	list-style: none;  /* list stil noktaları yok işte */
	float: left;
	width: auto;
	margin-right: 10px;
}
li.oe_heading{
	color: #aaa;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
	width: auto;
}
