/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*filter:alpha(opacity=80); */
/*opacity:0.8; */
/*-moz-opacity:0.8; */

.suckerdiv .subfolderstyle{
background-position: top left;
}

.suckerdiv ul{
margin: 0,0,0,0;
padding: 0;
padding-bottom: 0px;
list-style-type: none;
line-height: 31px;
width: 210px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}


/*First level menu items */
.suckerdiv ul li{
position: relative;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
top: 0;
visibility: hidden;
}

/* menu glowne */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
background-image: url('img/menu_glowne.gif'); 
background-repeat: no-repeat;
background-attachment: scroll;
padding: 0px 25px;

color: black;
font-weight: normal;
text-decoration: none;
border: 0px solid #ccc;
border-bottom: 0;
}


/* menu podrzedne */
.suckerdiv ul li ul a{
display: block;
overflow: auto; /*force hasLayout in IE7 */

color: #1c2b38;
background-color: #b5b5b5;
background-image: url('img/menu_podrzedne.gif'); 
background-repeat: no-repeat;
background-attachment: scroll; 
font-weight: normal;
text-decoration: none;
border: 1px solid #ccc;


filter:alpha(opacity=90);
opacity:0.9;
-moz-opacity:0.9;
}


/* menu z podmenu */
.suckerdiv ul li a:visited{ 

padding: 0px 25px;

}



/* menu aktywne */
.suckerdiv ul li a:hover{
color: red;
background-color: #a4a4a4;
background-image: url('img/menu_aktywne.gif'); 
background-repeat: no-repeat;
background-attachment: scroll; 
}



	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */