
div.menudiv {background-image: url('../img/midmenu.jpg'); background-position: bottom; background-repeat: no-repeat; margin: 0; padding: 20px 0 0 0;}

.kluczowe {margin: 0; padding: 1px; background-color: #7C6847;}
.topbar {background-image: url('../img/topbar.jpg'); background-repeat: no-repeat; width: 100%; margin: 15px 0 0 0; padding: 0; height: 18px;}
.bottombar {background-image: url('../img/bottom_menu.jpg'); background-repeat: no-repeat; width: 100%; margin: 0; padding: 0; height: 18px;}

* ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px; /* Width of Menu Items */
	border: 0;
	
	}

ul li {
	position: relative;
	text-decoration: none;
	}
	
li ul {
	position: absolute;
	left: 144px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a{
	display: block;
	text-decoration: none;
	color:  #ff8040; 
	background: #7C6747;
	padding: 4px;
  /* border: 1px solid #804000;  IE6 Bug */
	border-bottom: 0;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		
li:hover ul, li.over ul { display: block; } /* The magic */


/* MENU GALERIA */

li#active2 a{ background: #6B593D; font-weight: bold; }
li#active1 a{ background: #6B593D; font-weight: bold; border-right: 2px solid #008000;}
ul#galeria a{text-decoration: none; border: none; color: #F1E7D1;}
ul#galeria a:hover{background-color: #8A774F;}	

a.mlink:visited {text-decoration: none; border:0; color: #EDE8CB;}
a.mlink:link {text-decoration: none; border:0; color: #EDE8CB;}
a.mlink:hover {background-color: #8a774f; border:0;}
a.mlink:active {text-decoration: none; border:0; color: #f1e7d1;}