.suckerdiv ul{
margin: 0px;
padding: 0px;
list-style-type: none;
width: 166px; /* Width of Menu Items */
border-bottom: 1px solid #CCCCCC; /* Alt �izgi */
}

.suckerdiv ul li{
background :#F4F4F4; /*Alt men�s� olan linkler*/
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 160px; /*Alt men� genilik*/
top: 0px;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display : block;
overflow : auto; /*force hasLayout in IE7 */
color : #000000;
text-decoration : none;
background :#F4F4F4; /*Alt men�s� olmayan linkler */
padding : 5px 5px; /*Ust ve sol hiza*/
border-bottom : 1px dotted #666666;  /*�er�eve Kal�nl��� ve rengi*/
}

.suckerdiv ul li a:visited{
color:#000000;
}

.suckerdiv ul li a:hover{
background-color: #364C67; /*�st�ne geldi�inde Bgcolor*/
color : #ffffff; /*�st�ne geldi�inde yaz� rengi*/
/*border-right:5px solid #007dce;*/
}

.suckerdiv .subfolderstyle{
background:  url(../img/template/arrow-list.png) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */