﻿/* Begin CSS Drop Down Menu */


#menuh-container
	{
	height: 18px;
	background-image: url(../img/menu_tlo.gif);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
	margin: 0px;
	padding: 0px;

	}
	
	
#mainNavList		{
	background-image: url(../img/menu_tlo.gif);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
	
#mainNavList a.parent	/* menu at mouse-over  */
	{
	color: white;
	background-image: url(../img/menu_tlo.gif);
	
	}	
	
	
#mainNavList a.parent:hover	/* menu at mouse-over  */
	{
	color: white;
	background-image: url(../img/menu_tlo_2.gif);
	
	}	
	

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	}
		
#menuh a
	{
	text-align: left;
	display: block;
	border-right: 1px solid #fff;
	white-space: nowrap;
	margin: 0;
	padding: 2px;
	padding-left: 2px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration: none;
	background-image: url(../img/menu_tlo.gif);
	border-bottom: 2px solid white;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-image: url(../img/menu_tlo_2.gif);
	
	}	
			
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../img/menu_tlo.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../img/menu_tlo_2.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	}	
#menuh a.zaznaczone 
	{
	background-image: url(../img/menu_tlo_2.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(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 230px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    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: 230px;
	background-color: White;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}
	
	





#menudh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin-top: 1px;
	}
		
#menudh a
	{
	color: #fff;	
	width: 225px;    
	text-align: left;
	display: block;
	width: 100%;
	white-space: nowrap;
	margin: 0;
	height: 13px;
	padding: 2px;
	padding-left: 5px;
	}
	
#menudh a, #menudh a:visited	/* menu at rest */
	{
	color: #fff;
	text-decoration: none;
	margin-bottom: 0px;
	}
	
#menudh a:hover	/* menu at mouse-over  */
	{
	color: #fff;
	}	
	
#menudh a:active  /* attaches down-arrow to all top-parents */
	{
	color: #000;
	}		
		
			
#menudh a.top_parent  /* attaches down-arrow to all top-parents */
	{
	color: #fff;	    
	background-image: url(../img/menu_tlo.gif);
	height: 13px;
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 1px;
	}
	
#menudh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../img/menu_tlo.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	color: white;
	}
	
#menudh a.top_parent:active  /* attaches down-arrow to all top-parents */
	{
	color: black;
	}	
	
	
	
	
	
	
	
#menudh a.top_parent1  /* attaches down-arrow to all top-parents */
	{
	color: #666!important;	    
	background-color: #FFF;
	height: 13px;
	background-image: url(../img/pix3.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 1px; 
	border-bottom: 1px solid #c7c7c7;
	}

	
#menudh a.top_parent1:hover  /* attaches down-arrow to all top-parents */
	{   
	background-position: left center;
	text-align: left;
	color: #666;
	}
	
#menudh a.top_parent1:active  /* attaches down-arrow to all top-parents */
	{   
	background-color: #FFF;	    
	color: #666;
	}	


	
#menudh a.zaznaczone 
	{
	background-color: #FFF;	 
	background-image: url(../img/menu_tlo_2.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	}	
	
#menudh a.zaznaczone2
	{
	font-weight: bold;
	background-color: #F3F3F3;
	background-image: url(../img/pix4.gif); 
	background-position: left center; 
	background-repeat: no-repeat;
	}
		
#menudh a.parent, #menudh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}	

#menudh ul
	{
	background-color: #FFF;	    
	list-style:none;
	margin:0;
	padding:0;
	/*float:left;*/
	overflow: hidden;
	width: 215px;
	}

#menudh ul ul
	{
	background-color: #F3F3F3;	    
	position:absolute;
	z-index: 500;
	top:auto;
	display:none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 215px;	
	}
	
	
#menudh ul ul ul
	{
	background-color: #F3F3F3;	    
	position:absolute;
	z-index: 500;
	top:auto;
	display:none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 215px;
	}	
	
	

	

div#menudh ul li.zaznaczone {overflow: hidden; background-color: #FFF;}
div#menudh ul li.zaznaczone ul {display: block; overflow: hidden; position: relative!important; position: static; background-color: green;}
div#menudh ul li.zaznaczone ul li {color: #ccc; padding-top: 0px; background-color: #FFF;}
div#menudh ul li.zaznaczone ul li a {color: #666; background-color: #FFF;}
div#menudh ul li.zaznaczone ul li a.zaznaczone2 {color: #666; background-color: #F3F3F3;}

div#menudh ul li.zaznaczone ul li.zaznaczone2 {overflow: hidden; background-color: #F3F3F3;}
div#menudh ul li.zaznaczone ul li.zaznaczone2 ul {display: block; overflow: hidden; position: relative!important; position: static; background-color: #F3F3F3;}
div#menudh ul li.zaznaczone ul li.zaznaczone2 ul li{height: 10px; color: #ccc; padding-top: 0px; background-color: #F3F3F3;}
div#menudh ul li.zaznaczone ul li.zaznaczone2 ul li a {height: 10px; color: #666; margin-left: 0px; 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;}




div#menudh ul li a.bottom_parent
	{   
	color: #666;

	}	
div#menudh ul li a.bottom_parentselected
	{   
	color: #666;
	font-weight: bold;

	}	



/* End CSS Drop Down Menu */
