/* menubar */

	
	.imenubar {
	padding-top: 292px;
	width: auto;
	
		}
		
#menu-box {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color: #D67A43;
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #000;
}


#menu {width: auto; margin: 0 auto; height:55px; }



#menu li {
  float: right;
  display: inline;
  list-style-type: none;
  text-align: center;
}

#menu li a {
  text-decoration: none;
  color: #FFF;
  float: left;
  display: inline;
  line-height: 50px;
  padding: 0 22px;
  border-left: 2px solid #EAF3A2;
  font-size:16px;
 font-weight: bold;
 
}




#menu li.first a {border-right: 2px solid #414806;}
#menu li a:hover, #menu li a.active {
	background-color: #6B4731;
}



.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 25;
  content: ' ';
}

.clearfix {min-height: 1px;}
.clearfix {display: inline-block;}

/* Backslash hack - nemel by to videt IE/Mac \*/
.clearfix {display: block;}
/* Konec hacku */


#menushow{
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color= #000000);
	-moz-box-shadow:0 0 15px #000000;
	-webkit-box-shadow:0 0 15px #000000;
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border-radius: 25px;
	-moz-border-radius:25px;
	-webkit-border-radius: 25px;
	height: 20px;
	width: 120px;
	float: right;
	margin: 0px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 30px;
	text-align: center;
	background-color: #69573F;
	 
 }
 
 #link{
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: auto;
	float: right;
	width: 180px;
	color: #000000;
	font-weight: bolder;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
			}
#linkbutton{
	
	-moz-box-shadow:0 0 15px #fff;
	-webkit-box-shadow:0 0 15px #fff;
	border-radius:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height:auto;
	width: auto;
	color: #000;
	font-weight: bolder;
	text-align: center;
	padding: 10px;
	margin: 0px;
	background-color: #8A7353;
			}
