<style type="text/css">

.maincontainer{
margin: 0;
padding: 0;
list-style-type: none;
width: 148px;
border: 1px solid #ccc;

}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
background-image: url(glossyback2.gif);
text-align: center;
border: 1px solid #ccc;

}
	
.suckerdiv ul li{
position: relative;
}
	

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 148px; /*sub menu width*/
top: 0;
left: 0;
visibility: hidden;
background-image: url(glossyback3.png);

}

.suckerdiv ul li ul a:hover{
color: #323987;
background-color: white;
text-decoration: none;
}

/* Sub level menu links style */
.suckerdiv ul li a{
font: bold 12px sans-serif;
color: white;
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
border-bottom: 0;
padding: 8px 0 8px;
}

.suckerdiv ul li a:visited{
color: white;
text-decoration: none;
}

.suckerdiv ul li a:hover{
background-color:#323987;
color: white;
text-decoration: none;
}

.suckerdiv .subfolderstyle{
background: url(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 */


