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

.suckerdiv ul li{
background :#E5E5E5; /*Alt men�s� olan linkler*/
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{

position: absolute;
width: 172px; /*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 :#E5E5E5; /*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{

text-decoration: none;
background-color: #FF0000; /*�st�ne geldi�inde Bgcolor*/
color : #ffffff; /*�st�ne geldi�inde yaz� rengi*/
/*border-right:5px solid #007dce;*/
underline:none;
}

.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 */
