
    div.menu {
      filter: alpha(opacity=65); 
      -moz-opacity: 0.65; 
      -khtml-opacity: 0.65; 
      opacity: 0.65;
      width: 987px;
      height: 40px;
      background-color: black;}

    
    div.podmenu1 {
      position: relative;
      left: 142px;
      height: 34px;
      width: 450px;
      background-color: #571214;
      z-index: 3;
      padding-left: 28px;}
      
    div.podmenu2 {
      position: relative;
      left: 150px;
      height: 34px;
      width: 385px;
      background-color: #571214;
      z-index: 3;
      padding-left: 28px;}
      
    a.podmenu {
      position: relative;
      top: 7px;
      color: white;
      font-family: Arial;
      font-size: 12px;
      text-decoration: none;}

    #navigace ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
    	position: absolute;
    	z-index: 2;
    }
    
    #navigace ul li {
    	display: inline;
    	margin: 0;
    	padding: 0;
    	/* width: 141px; */
    	width: 121px;
    	float: left;
    	text-align: center
    }
    
    #navigace ul li a {
    	color: white;
    	text-decoration: none;
    	font-family: Arial;
    	font-weight: bold;
      font-size: 15px;
    	display: block;
    	overflow: hidden;
    	padding: 0.9em;
    	background: transparent;
    }
    
    #navigace ul li a.aktivni {
    	background: black;
    	color: #C1272D;
    }
    
    #navigace ul li a:hover {
    	text-decoration: none;
    	background: black;
    	color: #C1272D;
    }
