

/*********PRODUCTS BOX********/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/
z-index:100;

}
.suckerdiv ul li{
position: relative;
z-index:100;
background-image:url(images/cat-bullet.gif);
background-position:left;
background-repeat: repeat-y;
}
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 159px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 159px; /* Parent menu width - 1*/
background-color: #222222;
z-index:100;

}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
background-color: #2d2d2d;
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{ 
z-index:100;
}
/* menu links style */
.suckerdiv ul li a{
display: block;
color: #e7c84e;
text-decoration: none;
padding: 1px 12px;
/*border: 1px solid #ccc;*/
border-bottom: 0;
line-height: 24px;
z-index:100;
background-image:url(images/cat-dashes.gif);
background-position:bottom left;
background-repeat:no-repeat;
font-family:"Times New Roman", Times, serif;
font-size:13px;
color:#e7c84e;
}
.suckerdiv ul li a:visited{
color: #e7c84e;
background-image:url(images/cat-dashes.gif);
background-position:bottom left;
background-repeat:no-repeat;
font-family:"Times New Roman", Times, serif;
font-size:13px;
color:#e7c84e;
text-decoration:none;
}
.suckerdiv ul li a:hover{
background-color: 333333;
color: #e7c84e;
text-decoration: none;
z-index:100;
background-image:url(images/cat-dashes.gif);
background-position:bottom left;
background-repeat:no-repeat;
font-family:"Times New Roman", Times, serif;
font-size:13px;
color:#e7c84e;
}
.suckerdiv ul li ul li a:visited{
background-color: 222222;
color: #e7c84e;
text-decoration: none;
background-image:url(images/cat-dashes.gif);
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}
.suckerdiv ul li ul li a:hover{
background-color: 333333;
color: #e7c84e;
text-decoration: none;
background-image:url(images/cat-dashes.gif);
background-position:bottom left;
background-repeat:no-repeat;
}
.suckerdiv ul li ul li ul li a:visited{
background-color: 2d2d2d;
color: #e7c84e;
text-decoration: none;
z-index:100;
background-image:url(images/cat-dashes.gif);
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}
.suckerdiv ul li ul li ul li a:hover{
background-color: 333333;
color: #e7c84e;
text-decoration: none;
z-index:100;
background-image:url(images/cat-dashes.gif);
background-position:bottom left;
background-repeat:no-repeat;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
z-index:100;
background-image:url(images/cat-dashes-arrow.gif);
background-position:bottom left;
background-repeat:no-repeat;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #222222;
z-index:100;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #2d2d2d;
z-index:100;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #aaa;
z-index:100;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
/* category information boxes */