#menu1_container
{
position: absolute; top: 30px; left: -15px; width: 25px; height: 54px;
z-index: 1;
}

.suckerdiv1 ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 25px; /* Width of Menu Items */
}
	
.suckerdiv1 ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv1 ul li ul{
position: absolute;
width: 140px; /*sub menu width*/
top: 0;
visibility: hidden;
border: dotted thin #000000;
}

/* Sub level menu links style */
.suckerdiv1 ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
border-bottom: 0;
}

.suckerdiv1 ul li a:visited{
color: black;
}

.suckerdiv1 ul li a:hover{
background-color: #888938;
color: #FFFFFF;
}

.suckerdiv1 .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv1 ul li { float: left; height: 1%; }
* html .suckerdiv1 ul li a { height: 1%; }
/* End */
