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

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */
/* border-bottom: 1px solid #555555; */
font-family: Verdana, Arial, sans-serif;
font-weight:bold;
font-size: 10px;
}

.suckerdiv ul li{
position: relative;
/*background-color: #222222;*/
}

/*1st level sub menu style */
.suckerdiv ul li ul{
left: 178px; /* Parent menu width - 1*/
position: absolute;
width: 250px; /*sub menu width*/
top: 0;
display: none;
z-index:200;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 249px; /* Parent menu width - 1*/
border: 1px solid #000000;
border-bottom: 0;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 199px; /* Parent menu width - 1*/
border: 1px solid #000000;
border-bottom: 0;
background-color: #354252;
	filter:alpha(opacity=90); 
	-moz-opacity:0.9;
	opacity: 0.9;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
border: 1px solid #000000;
border-bottom: 0;
background-color: #354252;
	filter:alpha(opacity=90); 
	-moz-opacity:0.9;
	opacity: 0.9;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #354252;
	filter:alpha(opacity=90); 
	-moz-opacity:0.9;
	opacity: 0.9;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color:#B6D9FD;
/*text-decoration: none;
/*background-color: #354252;*/
padding: 1px 1px;
/*border: 1px solid #555555;
border-bottom: 0;*/
/*line-height: 1.75em;*/
}

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

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

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

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

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

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

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

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