/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */

}
	
.suckerdiv ul li{
position: relative;
margin-bottom: 1px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:1px;
font-weight:bold;

}

	
/*Sub level menu items */
.suckerdiv ul li ul{
	
position: absolute;
width: 200px; /*sub menu width*/
top: 0;

margin-bottom: 1px;

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 7px 15px;
border-bottom: 0;
height: 15px;
margin-bottom: 2px;

}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
}

.suckerdiv .subfolderstyle{
background: url(/template3/arrow-list.gif) no-repeat center right;
width: 170px;
}

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

