	/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
background: none;
margin: 0;
padding: 0;
list-style-type: none;
width: 250px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
margin-bottom: 0px;
}

.suckerdiv ul li a{
padding: 0px;
margin: 0px;
border: 0px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
margin-left: 0px;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
background: #c36501;
z-index: 5;
}

/* Sub level menu links style */
.suckerdiv ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px 8px;
background: #c36501;
border: 0px solid #ccc;
border-bottom: 0;
z-index: 5;
}


.suckerdiv ul li ul li a:hover{
color: #1a0d00;
}

.suckerdiv .subfolderstyle{
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */