/* Menu Container */
/* Navigation ( Effect All Pages ) */
#TopNavigation { width:840px;  z-index:99; position:absolute; margin:0; padding:0; position:relative; }

/* UL LI Menu */
.menulist, .menulist ul { margin:0; padding:0; padding-left:4px; list-style:none; font-family:"arial", sans-serif; letter-spacing:1px; font-size:11px; color:#fff; font-weight:bold; /* General Typ */ margin-top:2px; }
.menulist ul { display: none; position: absolute; margin:0; padding:0; list-style:none; font-family:"arial", sans-serif; letter-spacing:1px; font-weight:500; font-size:11px; color:#333; font-style:normal; border-bottom:#ccc 1px solid; border-right:#ccc 1px solid; left: -1px; width: 141px; top: 1.0em; margin-top:10px; 
/* General Typ */ text-align:left; }

.menulist ul ul { top: -1px; margin-top:1px; left: 142px; /* Önerilen, Bir üstteki genişlik kadar */ }
.menulist li { float: left; display: block; position: relative; margin-right: -1px; margin-left:6px; padding-left:0px;  height:20px; }
.menulist ul li { float: none; margin: 0; padding:0; margin-bottom:0px; /*background-color:#87B42C;*/ background-color:#ff9562; border-bottom:1px #fff solid; height:auto; color:#fff; }
.menulist ul li a { font-style:normal; font-size:11px; font-weight:normal; padding-left:5px; margin:0; color:#fff;}
.menulist ul>li:last-child { margin-bottom: 1px; /* Mozilla fix */}

.menulist a { display: block; padding:3px; padding-left:10px; padding-right:10px; color:#fff; text-decoration: none;/* Yükseklik verildiğinde IE6'da bozulma var. Vermezsen Firefox link boşluğu problemi */}

.menulist a:hover {color: #fff; text-decoration:none; margin:0;  background-color:#FF8B53; /*ana menü üstüne gelince*/}


.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:#719524;*/ background-color:#ff6600;}


.menulist li ul li a.highlighted {color: #fff; background-color:#7BA428; }
.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 */
