/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
/*Credits: Dynamic Drive CSS Library */

.suckerdiv ul{
margin: 0px;
padding: 0;color:#FFFFFF

 /*width: 176px; Width of Menu Items */
 /*border-bottom: 1px solid #ededed;*/
}

.suckerdiv ul li{
position: relative;list-style-type: none;
 float:left;display:block; list-style:none; height:37px; line-height:29px;
/*background-color: #fefefe;*/
display:block;
background: url(../images/navbar_divider.gif) right no-repeat; width:auto!important;width:98px; z-index:2;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
top:37px; /* Parent menu width - 1*/
position: absolute;
display: none;
width:180px; text-align:left;
border-top:1px solid #595959;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
top:37px; /* Parent menu width - 1*/
width:auto;text-align:left;z-index:3;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
border:1px solid #595959;text-align:left;
width:180px;
display:block;
background:url(../images/rs2box.png)!important;
*background:#2C2C2C;
color:#949494;
height:32px;line-height:32px;padding-bottom:0px;
margin-top:-1px;
/* Parent menu width - 1
background-color: #fefefe;*/
}

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

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

/* menu links style */
.suckerdiv ul li a{
padding-left:10px; padding-right:10px;display:block; padding-bottom:5px;
text-decoration: none; color:#FFFFFF; text-align:center;
}

.suckerdiv ul li a:hover{
background-image:url(../images/nav_bar_bg_on.gif); background-position: center; background-repeat:no-repeat;display:block;
}
.suckerdiv ul li ul li{height:32px; line-height:32px;text-align:left;}
.suckerdiv ul li ul li a:hover{text-align:left;
text-decoration: none;
background:url(../images/rs2boxo.gif) repeat #232323; color:#ff0000; height:32px; line-height:32px;display:block;
}

.suckerdiv ul li ul li ul li a:hover{text-align:left;
text-decoration: none;display:block;
}

/* 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 {
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
}

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