/*body { font-family: helvetica, arial, sans-serif; font-size: 12px; background: #F0F0E1; text-align: center; }*/
/* MENU */
#nav { position:relative; /*background: #FF0040;*/ float: left; margin: 0; padding: 0; border-bottom: none; text-transform: uppercase; font-family: 'Verdana', arial;margin: 0; font-size: 11px;line-height: 15px;z-index:9990;font-weight:bold; }
 #nav li a,
 #nav li { float: left;}
 #nav li { list-style: none; position: relative;   /*padding-right:12px; background: url('aryrac_m_sag.png') right no-repeat;*/}

/*#nav li:last-child {background:none;}*/
 
 /*Mustafa  ek Başla*/
 #nav li img{  width:10px; height:10px; margin-top:15px;}
 /*Mustafa  ek Bitiş*/
 
  #nav li a { padding: 0.6em 2em; text-decoration: none; color: #ececec; /*background: #FFFFF2;*/ border-radius:3px; }
  #nav li a:hover { color: #ffffd7; /*background: #F0F0E1;*/ }
/*mustafa  ek başla*/
  #nav li ul li a { font-size: 11px; font-weight:normal; padding: 0.5em 2em; text-decoration: none; text-align: left; color: #00001B; background: #F0F0E1; border-bottom: 1px solid #b6ab5c;  }
  #nav li ul li a:hover { padding: 0.5em 2em; color: #00001B; text-decoration: none; background: #DCDCDC; border-bottom: 1px solid #F0F0E1; }
/*mustafa  ek bitiş*/
/* Submenu */
.hasChildren { position: absolute; width: 5px; height: 5px; background: black; right : 0; bottom: 0;  }
#nav li ul { display: none; position: absolute; left: 0; top: 100%; padding: 0; margin: 0;}
#nav li:hover > ul { display: block }
#nav li ul li,
#nav li ul li a { float: none }
#nav li ul li { _display: inline; /* for IE6 */ }
 #nav li ul li a { width: 180px; display: block; }
/* SUBSUB Menu */
 #nav li ul li ul { display: none }
#nav li ul li:hover ul { left: 100%; top: 0; }