/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items - orig 200px */
border-bottom: 1px solid #ccc;
font-family: arial;
font-size: 11px;

}

.suckerdiv ul li{
position: relative;
background-color: #eee;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 149px; /* Parent menu width - 1*/
position: absolute;
width: 155px; /*sub menu width*/
top: 0;
display: none;
z-index:12;
}

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

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 154px; /* Parent menu width - 1*/
background-color: #ddd;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
background-color: #bbb;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{ 
background-color: #aaa;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
/* color: black; */
text-decoration: none;
/* background-color: #eee; */
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
line-height: 2em;

background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 11px Arial, Helvetica, sans-serif; /*12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; */
color: white;
width: auto;
padding: 3px 0;
padding-left: 5px;

}

.suckerdiv ul li a:visited{
/* color: black; */
color: white;
}

.suckerdiv ul li a:hover{
/* background-color: LightSteelBlue; Orig LightBlue, Grey #A6A6A6 */
/* color: black; */
color: #FED993; /* cream */
text-decoration: none;
background-image: url(images/glossyback2.gif);
}

.suckerdiv ul li ul li a:hover{
background-color: yellow;
/* color: black; */
/* color: #99FF99; */ /* lime green */
color: yellow;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: yellow;
color: yellow;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;


background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 11px Arial, Helvetica, sans-serif; /* 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; */
color: white;
width: auto;
padding: 3px 0;
padding-left: 5px;

}

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

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

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

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