.suckerdiv ul{
margin: 0px;
padding: 0px;
list-style-type: none;
width: 166px; /* Width of Menu Items */
border-bottom: 0px solid #ccc; /* Alt çizgi */
}
INPUT, SELECT, TEXTAREA {
background-color:#FFFFFF; 
border-style:0; 
border:1px #E7E7E7 solid;
font-family:verdana; 
font-size: 10px; 
color: #000000;
}

.suckerdiv ul li{
background :#267DA8;
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 : #fff;
text-decoration : none;
background :#267DA8; /*Alt menüsü olmayan linkler */
padding : 5px 5px; /*Ust ve sol hiza*/
border-bottom : 1px dotted #FFF;  /*Çerçeve Kalïnlığı ve rengi*/
}

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

.suckerdiv ul li a:hover{
background-color: #3292C0; /*Üstüne geldiğinde Bgcolor*/
color : #fff; /*Üstüne geldiğinde yazı rengi*/
/*border-right:5px solid #007dce;*/
}

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

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