


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 175px; /* Width of Menu Items */
border: 0px solid green;
}
	
.suckerdiv ul li{ BACKGROUND: url(../foto_indexu/tlacitko.png);
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-align: center;
font-weight : bolder;
font-size: 11px;
text-decoration: none;
/* background: red; */ 
 BACKGROUND: url(../foto_indexu/tlacitko.png);
padding: 10px 5px;
border: 1px solid green;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background: url(../foto_indexu/tlacitko_1.png);;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}
.menu_1 {
display: block;
overflow: auto; /*force hasLayout in IE7 */
width: 163px; 
color: black;
text-align: center;
font-weight : bolder;
font-size: 11px;
text-decoration: none;
/* background: red; */ 
 BACKGROUND: url(../foto_indexu/tlacitko.png);
padding: 10px 5px;
border: 1px solid green;
border-bottom: 0;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */