
/*********PRODUCTS BOX********/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 190px; /* Width of Menu Items */
border-bottom: 1px solid #ad0040;
font-family: arial;
font-size: 11px;
z-index:100;
}
.suckerdiv ul li{
position: relative;
background-color: #ad0040;
z-index:100;
}
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 189px; /* Parent menu width - 1*/
position: absolute;
width: 190px; /*sub menu width*/
top: 0;
display: none;
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 189px; /* Parent menu width - 1*/
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 189px; /* Parent menu width - 1*/
background-color: #b5124e;
z-index:100;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
background-color: #ba225a;
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: #ffffff;
text-decoration: none;
background-color: #ad0040;
padding: 1px 10px;
border: 1px solid #ad0040;
border-bottom: 0;
line-height: 2em;
z-index:100;
}
.suckerdiv ul li a:visited{
color: #ffffff;
}
.suckerdiv ul li a:hover{
background-color: #c9014c;
color: #ffffff;
text-decoration: none;
z-index:100;
}
.suckerdiv ul li ul li a:hover{
background-color: #c9014c;
color: #ffffff;
text-decoration: none;
}
.suckerdiv ul li ul li ul li a:hover{
background-color: #c9014c;
color: #ffffff;
text-decoration: none;
z-index:100;
}
/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(Guinot_products/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: #b5124e;
z-index:100;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #ba225a;
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 */