/*Credits: Dynamic Drive CSS Library
URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0 0 0 10px;
list-style-type: none;
width: 170px; /* Width of Menu Items */
/*border-bottom: 1px solid #84a2c2;   */
font-family: verdana;
font-size: 14px;
z-index:99;
position: relative;
/*font: small-caps; */

}

.suckerdiv ul li{
list-style-type: none;
position: relative;
/*background-color: #1b73b3;*/

}

/*1st level sub menu style */
.suckerdiv ul li ul{
list-style-type: none;
font-size: 12px;
left: 169px; /* Parent menu width - 1*/
position: absolute;
width: 190px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
list-style-type: none;
font-size: 12px;
left: 200px; /* Parent menu width - 1*/
border-right: 1px solid #849fc0;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 169px; /* Parent menu width - 1*/
background-color: #AEA88E;
color: #000000;
border-right: 1px solid #000066;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #DEDF8B

}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #DEDF8B
}

/* menu links style */
.suckerdiv ul li a{
display: block;
text-decoration: none;
/*background-color: #1b73b3;főmenü háttérszín*/
padding: 1px 1px;
/*border-bottom: 1px solid #849fc0;*/
line-height: 2em;
}

.suckerdiv ul li a:hover{
color: black;
text-decoration: none;
/*background-color: #ffff00;
border-right: 1px solid #000066;
border-left: 1px solid #000066;*/

}

.suckerdiv ul li ul li a:hover{
background-color: #ffff00;
color: black;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #ffff00;
color: black;
text-decoration: none;
}

/* 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: url(images/arrow-list.gif) no-repeat center right;
    background-color: #bed9ed;
    color: #000000;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
    background-color: #bed9ed;
    color: #000000;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
    background-color: #bed9ed;
    color:#000000;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/*For IE7 you need to add width to*/
.suckerdiv ul li a {
width: 100%;
}
