.menulist, .menulist ul {
 margin: 0;
 padding: 1px;
 width: 200px;
 list-style: none;
 background: url(menuBg.gif) left repeat-y;
 
}

.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 200px;
 font-family: Tahoma;
font-size: 12px;
 color: #000;
}

.menulist li {
 position: relative;
}

.menulist li a {
 display: block;
 padding: 3px 4px 3px 5px;
 text-decoration: none;
 border: 1px solid transparent;
 margin: 0;
 font-family: Tahoma;
font-size: 9px;
 color: #000;
	font-weight: bold;


}

* html .menulist li a {
 border-width: 0;
 margin: 1px;
  font-family: Tahoma;
font-size: 9px;
 color: #000;
}

/*uzerine geldiginde*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #46A;
 padding: 2px 5px 4px 5px;
 border: 1px solid #ADF;
 margin: 0;
  font-family: Tahoma;
font-size: 9px;
 color: #000;
 font-weight: bold;
 
}
/*uzerine gelip biraktiginda*/
.menulist a.highlighted {
 color: #FFF;
 background-color: #68C;
 border: 1px solid #CDE;
 margin: 0;
 font-family: Tahoma;
font-size: 9px;
 color: #000;
 font-weight: bold;
}

.menulist a .subind {
 float: right;
 
}

*:first-child+html .menulist li {
 float: left;
 width: 100%;
 
}

* html .menulist li {
 float: left;
 height: 1%;
 
}
* html .menulist a {
 height: 1%;
 
}