
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */

font-family: arial;
font-size: 12px;
color:#464945;
}
.suckerdiv ul li{
position: relative;
margin:0 0 0 0;
padding:0;
z-index:9999px;
background:url(../../desi911/images/lft-brdr.jpg) repeat-x bottom;
}
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 179px; /* Parent menu width - 1*/
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
display: none;
padding:0 0 0 17px;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 179px; /* Parent menu width - 1*/
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 179px; /* Parent menu width - 1*/
background-color: #ecf4e7;
color:#464945;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #ecf4e7;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #ecf4e7;

}
/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;

padding: 1px 5px;

border-bottom: 0;
line-height: 2em;

}
.suckerdiv ul li a:visited{

color: #3b8914;
text-decoration: none;
background:url(../../desi911/images/grn-arrow.gif) no-repeat right 10px;

}
.suckerdiv ul li a:hover{
color: #3b8914;
text-decoration: none;
background:url(../../desi911/images/grn-arrow.gif) no-repeat right 10px;

}
.suckerdiv ul li a:hover.nobgimg{
color: #3b8914;
text-decoration: none;
background: #ecf4e7;

}
.suckerdiv ul li ul li a{

}
.suckerdiv ul li ul li a:hover{
background: #ecf4e7;
text-decoration: none;
color:#3b8914;
}
.suckerdiv ul li ul li ul li a:hover{

color: black;
text-decoration: none;
}
/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background:url(../../desi911/images/arrow.gif) no-repeat right 10px;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #ecf4e7;

}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #ecf4e7;

}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #ecf4e7;

}
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }


