
/*********PRODUCTS BOX********/
/*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 #bebebe;
font-family: arial;
font-size: 11px;
z-index:100;
}
.suckerdiv ul li{
position: relative;
background-color: #eeeeee;
z-index:100;
}
/*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;
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 179px; /* Parent menu width - 1*/
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 179px; /* Parent menu width - 1*/
background-color: #dddddd;
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
background-color: #bbbbbb;
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{ 
background-color: #aaa;
z-index:100;
}
/* menu links style */
.suckerdiv ul li a{
display: block;
width:168px;
color: #000000;
text-decoration: none;
background-color: #eeeeee;
padding: 1px 5px;
border: 1px solid #bebebe;
border-bottom: 0;
line-height: 2em;
z-index:100;
}
.suckerdiv ul li a:visited{
color: #000000;
}
.suckerdiv ul li a:hover{
background-color: #a5a5a5;
color: #000000;
text-decoration: none;
z-index:100;
}
.suckerdiv ul li ul li a:hover{
background-color: #a5a5a5;
color: #000000;
text-decoration: none;
}
.suckerdiv ul li ul li ul li a:hover{
background-color: #a5a5a5;
color: #000000;
text-decoration: none;
z-index:100;
}
/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(Canvas_Art_Prints/images/arrow-list.gif) no-repeat center right;
z-index:100;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #dddddd;
z-index:100;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #bbbbbb;
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 */