/* CSS dokument */

#menu-box {
  background: #1C4E71 url('images/menu-bg.gif') repeat-x 0 0;
}

#menu {
  width: 900px; 
  margin: 0 auto;
}

#menu li {
  float: left;
  display: inline;
  list-style-type: none;
  text-align: center;
}

#menu li a {
  text-decoration: none;
  color: #ecf4ff;
  float: left;
  display: inline;
  line-height: 30px;
  padding: 0 18px;
  border-right: 1px solid #6E9DBE;
  font-family:tahoma,verdana,arial,sans-serif;
  font-size:0.80em;
  font-weight: bold;
}

#menu li a:hover {
  background-color: #133F5D;
}

#menu li a:active {
  background-color: #133F5D;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.clearfix {min-height: 1px;}
.clearfix {display: inline-block;}

/* Backslash hack - nemel by to videt IE/Mac \*/
.clearfix {display: block;}
/* Konec hacku */