#TopNavigation { width:770px; height:41px; background:url(../img/menu/menu_bg.jpg) no-repeat; z-index:99;}

.menulist, .menulist  ul { margin:0; padding:0; list-style: none; font-family:"Tahoma", sans-serif; font-size:12px; letter-spacing:2px; color:#333333; /*General Typ */ }
.menulist ul { display: none; position: absolute; top: 1.0em; margin-top:33px; padding:0; width: 270px; margin-bottom:5px; border:#F0F0F0 5px solid; background-color:#444242;}
.menulist ul ul { top: -1px; left: 270px; margin:0;/* Önerilen, Bir üstteki genişlik kadar */  border:#E6E6E6 5px solid;}
.menulist li { float: left; display: block; position: relative; margin-right: -1px; margin-left:1px; padding-left:7px; padding-top:3px; background-image:url(../img/menu/dot.png); background-repeat:no-repeat; background-position:bottom; background-position:left; height:30px;}
* html .menulist li {  background-image:url(../img/menu/dot_IE6.gif); background-repeat:no-repeat; background-position:bottom; background-position:left;} /* IE-win CSS hack \*/
.menulist ul li { float: none; margin: 0; padding:0; margin-bottom:0px; background-image:url(../img/menu/menu_bg.jpg); background-repeat:no-repeat; background-position:center; border-bottom:1px #333333 solid; height:auto;}
.menulist ul li a { font-style:normal; font-size:11px;  color:#FFFFFF;}
.menulist ul li a:hover { background-color:#FFFFFF; color:#333333;}
.menulist ul>li:last-child { margin-bottom: 1px; /* Mozilla fix */}
.menulist a { display: block; padding: 8px; color:#fff; text-decoration: none; padding-left:10px;/* 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:#000000;  margin:0;}
.menulist li ul li a:hover, .menulist li ul lia.highlighted:hover, .menulist li ul lia:focus {color:#993300; margin:0;}
.menulist a.highlighted {color: #000;}
.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:#5F3316;}/* \*/
.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 */


.none { list-style:none; margin-top:10px;}