#TopNavigation { width:620px; height:40px; background:url(../img/menu/menu_bg.jpg) no-repeat; z-index:99;}

.menulist, .menulist  ul { margin:0; padding:0; list-style: none;font-family:"Trebuchet MS", sans-serif; letter-spacing:0px;  font-size:9px; color:#333333;  /*General Typ */}
.menulist ul { display: none; position: absolute; top: 1.0em; margin-top:28px; padding:0; width: 150px; margin-bottom:5px; border:#666 1px solid;}
.menulist ul ul { top: -1px; left: 150px; margin:0;/* Önerilen, Bir üstteki genişlik kadar */  border:#666666 1px solid;  border-bottom:#DEEBFA 1px solid;}
.menulist li { float: left; display: block; position: relative; margin-right: -1px; margin-left:1px; padding-left:0px; 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 #DEEBFA solid; height:auto;}
.menulist ul li a { font-style:normal; font-size:10px; font-weight:bold;}
.menulist ul>li:last-child { margin-bottom: 1px; /* Mozilla fix */}
.menulist a { display: block; padding: 8px; color:#fff; text-decoration: none; font-weight:bold; padding-left:2px;/* 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: #000; margin:0;}
.menulist li ul li a:hover, .menulist li ul lia.highlighted:hover, .menulist li ul lia:focus {color:#000099; 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:10px; color:#990000;  background-color:#FFFFFF;}/* \*/
.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;}