#menut {
	width: 700px;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	
}

#menut ul {
	list-style: none;

	}

#menut li {
	position: relative;
	float:left;
	width:auto;
	padding-left:1px;list-style-type:none;
	padding-right:1px;
	margin:0px;
	
}

#menut a{
	color: #000;
	text-decoration: none;
	width:auto;
	padding-left:3px;
	padding-right:3px;
}

#menut a, #menu a:visited {
	font: 8pt/normal tahoma, sans-serif;
	display: block;
	padding-top:2px;
	padding-bottom:2px;
}

#menut a:hover {
color: #a00;
 padding-left:3px;


}

#menut ul ul {
	position: absolute;
	width:200px;
	margin:0px;
	padding:0px;
	padding-top:0px;
	background-color: #DAEDC5;
	border:solid 1px;
	/*z-index: 500;*/

}

#menut ul ul li {
	width:200px;
	padding: 0px;
	padding-left:0px;
	padding-top:0px;
	

}

#menut ul ul ul {
	position: absolute;
	top: 0px;
	left:200px;
	background-color: #DAEDC5;
	border:solid 1px;

}

div#menut ul ul,
div#menut ul li:hover ul ul,
div#menut ul ul li:hover ul ul
{display: none;}

div#menut ul li:hover ul,
div#menut ul ul li:hover ul,
div#menut ul ul ul li:hover ul
{display: block;}

/* trzymanie ciaglosci przez rozwijanie menu (nie IE6) */
#menut :hover > a, #menut ul ul :hover > a {
color:#FFFFFF;
    BACKGROUND-COLOR: #0B6C3F;
	padding-top:2px;
	padding-bottom:2px;
}


a.tip{
    position:relative; /*this is the key*/
    z-index:24}

a.tip:hover{z-index:25; background-color:#ff0}

a.tip span{display: none}

a.tip:hover span{ /*the span will display just on :hover state*/
	display:block;
	padding:3px;
	position:absolute;
	top:2.5em;
	left:1em;
	width:8em;
	color:#999999;
	text-align: left;
	border: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left:8px;
}
