#menu {
	display:table-cell;
	width:160px;
	padding:45px 0px 5px 5px;
	height:810px;
/*	padding:0;  */
	margin:0px 5px 5px 0px;
	list-style-type:none;
/*	border-left:1px solid #bbb; */
	background-image: url(/pic/menukoki1.png);
	background-repeat: no-repeat;

}

#menu ul {
	color:red;
	width:140px !important;
	border:0px;

}

#menu li {

	width:150px;
	height:40px; /*  razstoianie mejdu redovete na menuto */
	line-height:40px;
/*	border-right:1px solid #bbb; */
	position:relative;
	text-align:left;
	text-indent:25px;
	text-decoration:none;
	font-family: serif;
/*	font-weight:bold; */
	font-size:100%;
	background-image: url(/pic/buton.png);
}
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#menu li:hover {

	background-image: url(/pic/butonh.png);
}

#menu li a, #menu li a:visited {
	text-decoration:none;
	color:#0000FF;
}
#menu li a span, #menu li a:visited span {
	display:none;
}
#menu li a:hover {
	border:0; /* needed to trigger IE */
	color:#000055; 
}
#menu ul a:hover {
	border-style:solid;
	border:0; /* needed to trigger IE */
	background-image: url(/pic/butonh.png);
	color:#000055; 
}
#menu LI A:HOVEr span {
	width:5em;
	height:2em;
	text-align:center;
	left:-2px;
	top:-3px; 
	background-image: url(/pic/butonh.png);
	color:#000; 
	cursor:pointer;
}

