a .a1 {
	font: 14px;
	color: #ffffff;
	font-family: Arial, verdana, san serif;
	font-weight: bold;
	}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */
border-bottom: 1px solid #ffffff;
background-color:#4C8D19;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
line-height:20px;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 125px; /*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: #fff;
text-decoration: none;
background: #4C8D19;
padding: 1px 5px;
border-bottom: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}

.suckerdiv ul li a:visited{
color: #fff;
}

.suckerdiv ul li a:hover{
background-color: #1A5796;
color:#fff;
}

.suckerdiv .subfolderstyle{
background: url(../images/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 */

.row1 { background-color: #dddddd; padding:5px; }
.row2 { background-color: #aea9a0; padding:5px; }
.dwnld { border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; text-align:center; }