

/***********************   Start Left Nav  ***********************************/
.suckerdiv ul{margin: 0;padding: 0;list-style-type: none;
width: 150px; /* Width of Menu Items */border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{position: relative;}
	
/*1st level sub menu style */
.suckerdiv ul li ul{left: 149px; position: absolute;width: 160px; /*sub menu width*/top: 0;display: none;}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ left: 159px; /* Parent menu width - 1*/}

.suckerdiv ul li a{display: block;
background:#636563 ;color:#fff;font:10px verdana,arial,helvetica,sans-serif;text-decoration:none;border:2px groove #999; border-width:0 0 2px 0;padding:7px 0 7px 15px;font-weight:bold;
}
.suckerdiv ul li a:visited{color: white;}
.suckerdiv ul li a:hover{background-color: #CECFCE;}
.subfolderstyle:hover{background:#636563 url(../images/navArrowOn.gif) no-repeat center right;}
.suckerdiv .subfolderstyle{background:#636563 url(../images/navArrowOff.gif) no-repeat center right;}

#newsty{background:#9C9A9C; }
#newsty:hover{background:#CECFCE; }
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/***********************   End Left Nav  ***********************************/