/* Menu Container */
/* Navigation ( Effect All Pages ) */
#TopNavigation { width:960px; height:28px; background:url(../img/menu/menu_bg.jpg) no-repeat; z-index:99; margin:-5px 0 0 0; }

/* UL LI Menu */
.menulist, .menulist ul { margin:0; padding:0; padding-left:8px; list-style:none; font-family:Arial; letter-spacing:1px; font-weight:500; font-size:11px; color:#333; font-style:normal; /* General Typ */  }

.menulist ul { display: none; position: absolute; margin:0; padding:0; list-style:none; font-family:"Tahoma, Arial, Trebuchet MS", sans-serif; letter-spacing:1px; font-weight:400; font-size:11px; color:#414141; font-style:normal; border:#666666 0px solid; left: -1px; width: 195px; top: 1.0em; margin-top:31px; /* General Typ */  }

.menulist ul ul { top: -1px; margin-top:2px; left: 150px; /* Önerilen, Bir üstteki genişlik kadar */}
.menulist li { float: left; display: block; position: relative; margin-right: -1px; margin-left:1px; padding-left:7px;  height:24px;}
.menulist ul li { float: none; margin: 0; padding:0; margin-bottom:0px; color:#c7b594; background-color:#fff; border-bottom:1px #fff solid; height:auto;}
.menulist ul li a { font-style:normal; font-size:11px;  padding-left:10px; margin:0; background-image:url(../img/MZ.jpg); background-repeat:no-repeat;}
.menulist a { font-family:Tahoma, Arial, "Trebuchet MS", sans-serif; font-size:1.4em; display: block; color:#000; padding:14px 10px 14px 10px; text-decoration: none;/* Yükseklik verildiğinde IE6'da bozulma var. Vermezsen Firefox link boşluğu problemi */}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {color: #fff; text-decoration:none; margin:0; background:#c7b594;  }/* ANA MENU HOVER */
.menulist li ul li a:hover, .menulist li ul li a .highlighted:hover, .menulist li ul li a:focus {color:#fff; margin:0;}
.menulist a.highlighted {color: #ccc;}
.menulist a .subind {display: none; height:12px; width:6px;}
.menulist ul a .subind {display: block;float: right;}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a { float: left;}
.menulist ul a { float: none; padding:5px; height:auto; font-size:11px; color:#000;}/* \*/
.menulist a { float: none;}

/* HACKS: IE/Win: * html affects <=IE6, *:first-child+html affects IE7. */
*:first-child+html .menulist ul li { float: left; width: 100%;}
* html .menulist ul li { float: left; height: 1%;}
* html .menulist ul a { height: 1%;}
/* End Hacks */



