.suckerdiv ul { margin: 0; padding: 0; list-style-type: none; width: 205px; /* Width of Menu Items */ float:left; display:inline; margin-left:8px; z-index:99;}
.suckerdiv ul li { position: relative; height:29px; line-height:29px; border-bottom:1px dashed #BABABA; width:100%;}
/*1st level sub menu style */
.suckerdiv ul li ul { left: 170px; /* Parent menu width - 1*/ position: absolute; width: 160px; /*sub menu width*/ top: 0; display: none; background:#efefef; border:1px solid #DDDCDA; padding:5px; z-index:99;}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul { left: 150px; /* Parent menu width - 1*/  z-index:99;}
/* menu links style */
.suckerdiv ul li a { display: block; color:#000000; font-size:12px; background:url(../images/news_l_bg.gif) no-repeat left center; padding-left:15px; width:100%;}
.suckerdiv ul li a:visited { color: black; background:url(../images/news_l_bg.gif) no-repeat left center;}
.suckerdiv ul li a:hover { color:#F45035; background:url(../images/news_l_bg.gif) no-repeat left center;}
.suckerdiv .subfolderstyle {  background:url(../images/news_l_bg.gif) no-repeat left center; z-index:99;}
/* Holly Hack for IE \*/


* html .suckerdiv ul li { float: left; display:inline; height:33px; line-height:33px; border-bottom:1px dashed #BABABA; width:100%; padding-left:15px;}
* html .suckerdiv ul li a { height: 1%;  color:#000000; font-size:12px; background:url(../images/prod_list_bg2.png) no-repeat left center; padding-left:15px; width:155px;}
* html .suckerdiv ul li li a:hover{ color:#1C5DA9; background:url(../images/prod_list_bg.png) no-repeat left center;}
/* End */