﻿.suckerdiv
{
	position: relative;
	z-index: 1000;
	
}

.suckerdiv ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px; /* Width of Menu Items */
	font-family: Tahoma;
	font-size: xx-small;
	border-bottom: 1px dotted #990000;
	border-top: 0;
}

.suckerdiv ul li
{
	position: relative;
	z-index: 1000;
}

/*Sub level menu items */
.suckerdiv ul li ul
{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	border-top: 0;
}

/* Sub level menu links style */
.suckerdiv ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	font-weight: bold;
	text-decoration: none;
	background: #ECECEC;
	padding: 1px 4px;
	height: 25px;
	color: #1E8FDC;
	border: 1px dotted #990000;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.suckerdiv ul li a:active
{
	color: #1E8FDC;
	height: 25px;
}
.suckerdiv ul li a:visited
{
	color: #1E8FDC;
	height: 25px;
}

.suckerdiv ul li a:hover
{
	background-color: #CDEBF5;
}

.suckerdiv .subfolderstyle
{
	background: url(../resimler/arrow-list.gif) no-repeat center right;
	background-color: #ECECEC;
}

* html .suckerdiv ul li
{
	float: left;
	height: 1%;
}
* html .suckerdiv ul li a
{
	height: 1%;
}
