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


/*--------------------categories-----------------*/
.header_title {
color: #533f3d;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 225px; /* Width of Menu Items */
border-bottom: 0px solid #ddd;
font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
font-size: 12px;
}

/*category menu bar setting*/
.suckerdiv ul li{
top: 10;
font-size: 12px;
border-bottom: 1px solid #eeeeee;
position: relative;
background-color: #ffffff;
z-index:1000000;
   /* background-image:url('/skin/template/Scarf/images/bar_side.png');
  background-position:top right;
  background-repeat: repeat-y;*/

}

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

.suckerdiv ul li ul li{
top: 0;
font-size: 12px;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 225px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
color: #333;
height: 22px;
left: 225px; /* Parent menu width - 1*/
background-color: #ffffff;
z-index:1000000;


}

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

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

/* menu links style */
.suckerdiv ul li a{
height: 22px;
display: block;
color: #333;
text-decoration: none;
background-color: #ffffff;
padding: 2px 25px;
border: 0px solid #555555;
border-bottom: 0px solid #DDDDDD;
line-height: 1.55em;
   /* background-image:url('/skin/template/Scarf/images/bar_side.png');
  background-position:top right;
  background-repeat: repeat-y;*/



}

/*-------------mouse over color------------*/
.suckerdiv ul li a:hover{
background-color: #eee;
color: #333;
text-decoration: none;
   /* background-image:url('/skin/template/Scarf/images/bar_side.png');
  background-position:top right;
  background-repeat: repeat-y;*/

}

.suckerdiv ul li ul li a:hover{
background-color: #eee;
color: black;
text-decoration: none;
z-index:1000000;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #eee;
color: black;
text-decoration: none;
z-index:1000000;
}

/* 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: #eeeeee;
z-index:1000000;
}

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

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

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

.menu_special {
color:#000;
}