.suckerdiv ul{
margin-top:35px;
margin-bottom:0px;
margin-right:0px;
margin-left:11px;
padding: 0;
list-style-type: none;
background:url(wp1.jpg);
width: 137px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 140px; /*sub menu width*/
background: url(wp1.jpg);
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
font-family: arial;
font-size: 9pt;
font-weight: bold;
color: #432F24;
line-height: 13pt;
text-decoration: none;      
padding: 1px 5px;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
font-family: arial;
font-size: 9pt;
font-weight: bold;
color: #432F24;
line-height: 13pt;
text-decoration: none;
padding: 1px 5px;
border-bottom: 0;
}

.suckerdiv ul li a:hover{
background-color: #6D0101;
font-family: arial;
font-size: 9pt;
font-weight: bold;
color: #FFFFFF;
line-height: 13pt;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #6D0101;
border-bottom: 0;
}

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

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

