/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul {
margin: 0;
padding: 0;
list-style-type: none;
width: 154px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #615846;
text-decoration: none;
background: #f0eeea;
padding: 5px 5px;
border-bottom: 1px solid #e1e1df;
}

.suckerdiv ul li a:visited{
color: #615846;
}

.suckerdiv ul li a:hover{
background-color: #fff;
font-weight:bold;
}

.suckerdiv .subfolderstyle {
background: url(/suckertree/arrow-list.gif) no-repeat center right;
background-color: #f0eeea;
}

.suckerdiv .menu-current a {
background-color:#e2ded7;
font-weight:bold;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
