


#menuh
	{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	float:left;
	}
		
#menuh a
	{

	text-align: center;
	display: block;

	white-space:nowrap;
	margin:0;
	padding: 8px 0;
	}
	
#menuh a, #menuh a:visited	
	{
	color: #111;
        	
	text-decoration:none;
	}
	
#menuh a:hover	
	{
	color: red;
	}	
			



#menuh li.glowna{
    cursor:default;
    width:134px;
    height:24px;
    background-image: url(../../img/glowna.png);
    background-repeat:no-repeat;

}
#menuh li.toread{
    cursor:default;
    width:134px;
    height:24px;
    background-image: url(../../img/toread.png);
    background-repeat:no-repeat;
    margin-left:2px;
}
#menuh li.ponadto{
    cursor:default;
    width:134px;
    height:24px;
    background-image: url(../../img/toread.png);
    background-repeat:no-repeat;
    margin-left:2px;
}
#menuh li.kontakt{
    cursor:default;
    width:219px;
    height:24px;
    background-image: url(../../img/kontakt.png);
    background-repeat:no-repeat;
    margin-left:2px;
}

#menuh ul
	{
	
	list-style:none;
	margin:0;
	padding:0;
	float: left;
}

#menuh li
	{
	
	position:relative;
    min-height: 1px; 	
    vertical-align: bottom; 
}


#menuh ul ul
	{
	
	position:absolute; z-index:-1; top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}


div#menuh li:hover
{
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul
{display:block;}

.kontakt_text {

	text-align:right;
        margin-right:10px;
}


