td textarea {
height: 20px;
width: 300px;
font: 12px verdana;
}

body, td {
font: 13px verdana;
}

a:link {
color: #338937;
}

a:visited {
color: #338937;
}

a:hover {
color: #665231;
}

a:active {
color: #665231;
}

.suckerdiv ul {
margin: 0;
padding: 0;
list-style-type: none;
width: 190px; 
border-bottom: 1px solid #7ec16b;
font-family: verdana, arial;
font-size: 8.5pt;
background: #338937;
}
	
.suckerdiv ul li {
position: relative;
}
	
.suckerdiv ul li ul {
position: absolute;
width: 170px;
top: 0;
visibility: hidden;
}

.suckerdiv ul li a {
display: block;
overflow: auto; 
color: white;
text-decoration: none;
background: #338937;
padding: 1px 5px;
border: 1px solid #7ec16b;
border-bottom: 0;
padding: 5px;
}

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

.suckerdiv ul li a:hover {
background-color: #665231;
}

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