/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv {
	position: relative;
	z-index: 100;
}
.suckerdiv ul  { font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none; margin: 0 0 0 5px; padding: 0; width: 190px }
	
.suckerdiv ul li   { background-image: url(../images/bullet.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 5px 5px; position: relative }
	
/*Sub level menu items */
.suckerdiv ul li ul    { background-color: #c0a577; visibility: hidden; margin-left: 0; position: absolute; top: 0; width: 200px; border: solid 1px black }

/* Sub level menu links style */
.suckerdiv ul li a  { color: black; text-decoration: none; display: block; padding: 3px 0 3px 20px; overflow: auto; border-bottom: 1px dotted white }

.suckerdiv ul li a:visited { color: black; text-decoration: none }

.suckerdiv ul li a:hover   { color: white; text-decoration: none; background-color: #6d5b4d; border-right: 1px dotted white; border-left: 1px dotted white }

.suckerdiv .subfolderstyle { background: url(../images/more_folders.gif) no-repeat right center }

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