/*
AGROSERWIS Sklep internetowy - kosiarki, pilarki, kosy, traktorki, glebogryzarki, kosiarki elektryczne, kosiarki spalinowe, urządzenia ogrodnicze, kosiarki, kosy spalinowe, traktorki, pilarki, myjki, glebogryzarki, sprzęt ogrodniczy, kosiarki elektryczne, odśnieżarki, kosiarki do trawy, glebogryzarki, wiertnice, agregaty prądotwórcze, stiga, etesia, oleo-mac, tecumsech, briggsstratton, kosiarka, urządzenia do ogrodu, kosy spalinowe, kosa, traktory, sprzęt ogrodniczy, pilarka, glebogryzarka, myjka, kosy spalinowe, sklep z kosiarkami, sprzedaż kosiarek, odśnieżarki, odśnieżanie, odśnieżarka spalinowa, elektryczna">
*/

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 165px; /* Width of Menu Items */
border-bottom: 1px solid #cccccc;
font-family: arial;
font-size: 11px;
}
	
.suckerdiv ul li{
position: relative;
/*background-color: #FFFBEF;*/
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 165px; /* Parent menu width - 1*/
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
display: none;
}

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

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 199px; /* Parent menu width - 1*/
background-color: #FFFBEF;
}

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

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

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #336600;
text-decoration: none;
/*background-color: #eee;*/
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
line-height: 2em;
}

.suckerdiv ul li a:visited{
color: #336600;
}

.suckerdiv ul li a:hover{
background-color: #E0EFE0;
color: #336600;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
background-color: #E0EFE0;
color: #336600;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #E0EFE0;
color: #336600;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(../images/arrow_right.gif) no-repeat center right;
}

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

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

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #FFFBEF;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */