/* Menu Container */
/* Navigation ( Effect All Pages ) */
#TopNavigation { width:800px;  z-index:9999999; position:absolute; margin:0; padding:0; position:relative; z-index:10 }

/* UL LI Menu */
.menulist, .menulist ul { margin:0; padding:0; padding-left:4px; list-style:none; font-family:"Tahoma"; letter-spacing:1px; font-size:10px; color:#000; font-weight:normal; /* General Typ */ margin-top:4px; }
.menulist ul { display: none; position: absolute; margin:0; padding:0; list-style:none; font-family:"Tahoma"; font-weight:700; font-size:11px; color:#000; font-style:normal; border-bottom:#999 1px solid; left: -1px; width: 300px; top: 1.0em; margin-top:6px;  /*açılır 1. menünün yukardan yüksekliği*/
/* General Typ */ text-align:left; }

.menulist ul ul { top: -1px; margin-top:1px; left: 300px; /* Önerilen, Bir üstteki genişlik kadar - ilk açılan menü*/ }
.menulist li { float: left; display: block; position: relative; margin-right: -1px; margin-left:5px; padding-left:0px;  height:20px; }
.menulist ul li { float: none; margin: 0; padding:0; margin-bottom:0px;  /* background-color:#ff6600;*/ background-image:url(menu_bg_tur.gif); background-repeat:repeat-x;  border-bottom:1px #999 solid; height:auto;}
.menulist ul li a { height:15px; font-style:normal; font-family:"Tahoma"; font-size:10px; font-weight:normal; padding:3px 0 3px 3px; margin:0; color:#000} /*Alt menü li*/
.menulist ul>li:last-child { margin-bottom: 1px; /* Mozilla fix */}

.menulist a { display: block; padding:0 0px 0 0px; color:#fff; text-decoration: none;/* Yükseklik verildiğinde IE6'da bozulma var. Vermezsen Firefox link boşluğu problemi  -  ANA MENÜDE PADDING */}

.menulist a:hover {color: #FFF;  text-decoration:none; margin:0; /*Üst menüde rollover*/}


.menulist li ul li a:hover, .menulist li ul li a .highlighted:hover, .menulist li ul li a:focus {color:#fff; margin:0; background-color:#999;}


.menulist li ul li a.highlighted {color: #fff; background-color:#999; }
.menulist a .subind {display: none; height:11px; 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:#444;}/* \*/
.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 */