.suckerdiv ul{
	background-color: #c7d3e0;
	font-size: small;
	font-weight:normal;
	font-family: Arial, Verdana, sans-serif;
	color: #033591;
	border-right:0;
	text-align:left;
margin: 0;
padding: 5px;
list-style-type: none;
width: 165px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 190px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #033591;
text-decoration: none;
background: #c7d3e0;
padding: 1px 5px;
/* border:  solid 1px  navy; */
 border-bottom: 0; 
 
/* border-left-color: #fff; border-bottom-color: #F0F0F0; border-top-style: outset; border-top-color: #F0F0F0; border-right-style: outset; border-left-style: outset; border-right-color: #F0F0F0; border-bottom-style: outset;  */
}


.suckerdiv ul li a:visited{
color: #033591;
}

.suckerdiv ul li a:hover{
background-color: #F3F3F3;
font-weight:bold;
}

.suckerdiv .subfolderstyle{
background: url(Img/arrowbullet.png) no-repeat center right;
}


	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: right; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */








