#menut {
	width: 950px;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #FFFFFF;	
}

#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: 9pt/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:#747474;
	text-align: left;
	background-color: #F2F2F2;
	padding-left:8px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7FFD7;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}

