﻿#menuh-container
	{
	height: 18px;
    background: url(../img/mainMenuBg.png) repeat-x left top;
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	height: 34px;
	float:left;
	background: url(../img/menuh_bg.jpg) no-repeat left top;
	}
		
#menuh a
	{
	text-align: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding-top: 0px;
	}
	
#menuh a.podmenu
	{
	text-align: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;
	color: #5F5959;
	height: 20px;
	}	
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	text-decoration: none;
	background-image: url(../img/menu_tlo.gif);
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #FFF;
	background-image: url(../img/menu_tlo_2.gif);
	
	}	
			
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
	{
    background: url(../img/mainMenuBg.png) repeat-x left top;
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #71002d;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	height: 37px;
	text-align: center;
	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
    background: url(../img/mainMenuBg.png) repeat-x left top;
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	color: #71002d;
	height: 37px;
	text-decoration: underline;
	}	
	
#menuh a.zaznaczone 
	{
	background-image: url(../img/headerhover.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	}		

	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../img/headerbg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}
	
#menuh li
	{
	position:relative;
	color: #ccffff;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index: 500;
	top: auto;
	display:none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100px;
	background-color: #e7e7e7;
	}
	
#menuh ul li ul
	{
	margin-left: 0px!important;
    margin-left: -25px;
	}		
	
#menuh ul ul li
	{
	font-family: Verdana;
	font-size: 11px;
    height: 25px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100px;
	border-top: solid 1px #5F5959;
	background-color: #e7e7e7;
	}	

#menuh ul ul li:hover
	{
	background-color: #ADADAD;
	}	

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}
	
div#menuh ul li a.zaznaczone {overflow: hidden; background-image: url(../img/headerhover.gif); background-position: left top; background-repeat: repeat-x; }
div#menuh ul li.zaznaczone ul {display: block; overflow: hidden; position: relative!important; position: static; background-color: #FFF;}
div#menuh ul li.zaznaczone ul li {color: #ccc; padding-top: 0px; background-color: #FFF;}
div#menuh ul li.zaznaczone ul li a {color: #666; background-color: #FFF;}
div#menuh ul li.zaznaczone ul li a.zaznaczone2 {color: #666; background-color: #F3F3F3;}	



div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}


