/* Menu Container */
/* Navigation ( Effect All Pages ) */
#TopNavigation { width:600px; height:35px; background:url(../img/menu_bg.gif) repeat-y; z-index:99;}

/* UL LI Menu */
.menulist, .menulist ul { margin:0; padding:0; padding-left:10px; padding-top:8px; list-style:none; font-family:Arial, Helvetica, sans-serif; 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:Arial, Helvetica, sans-serif; font-weight:500; font-size:12px; color:#333; font-style:normal; /*border:#ddd 2px solid;*/ left: -px; width: 150px; top: 1.0em; margin-top:15px; /* General Typ */  }

.menulist ul ul { top: -1px; margin-top:2px; left: 151px; /* Önerilen, Bir üstteki genişlik kadar */}
.menulist li { float: left; display: block; position: relative; margin-right: -1px; margin-left:30px; padding-left:5px;  height:26px; }
.menulist ul li { float: none; margin: 0; padding:0; margin-bottom:0px; background-color:#f8f8f8; border-bottom:1px #444 solid; height:auto; /*filter:alpha(opacity=90);-moz-opacity:.85;opacity:.85;*/ color:#000;}
.menulist ul li a { font-style:normal; font-size:11px; font-weight:normal; padding-left:5px; margin:0; color:#444; font-weight:bold; }
.menulist ul>li:last-child { margin-bottom: 1px; /* Mozilla fix */}
.menulist a { display: block; padding: 3px; color:#fff; text-decoration: none;  font-weight:bold; /* 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: #000059; text-decoration:none; margin:0;}
.menulist li ul li a:hover, .menulist li ul lia .highlighted:hover, .menulist li ul li a:focus {color:#000; margin:0; 
background-color:#F8CCB1}
.menulist a.highlighted {color: #000059;}
.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:10px; font-size:11px; color:#fff;}/* \*/
.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 */
