.suckerdiv {
height:150px;
font-size:75%;
margin:0px 0 0px 0px; /*25px 0 50px 15px*/
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items *//*160*/
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 150px; /*sub menu width*//*170*/
	top: 0;
	visibility: hidden;

}

/*
.menu a, .menu a:visited {
font-family:calibri,arial, verdana, sans-serif;
font-weight:bold;
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#fff;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 1px;
}
*/
/* Sub level menu links style */
.suckerdiv ul li a{
font-family:calibri,arial, verdana, sans-serif;
/*font-weight:bold;*/
text-indent:5px;
line-height:22px;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background:#376092 url(../img/bt4.png);/*background: #00f;*/ /*bt4*/
padding: 1px 5px;
border: 1px solid #fff;/*#ccc*/
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color: blue;
}

.suckerdiv .subfolderstyle{
background:#376092 url(../img/bt5.png) no-repeat center right; /*background: url(arrow-list.gif) no-repeat center right;*/
height:26px;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }/*1%*/
* html .suckerdiv ul li a { height: 1%; height:26px;} /*1%*/
/* End */
