﻿
#navigation {
  /*background-color: #eee;*/
  font-family: Tahoma;
    font-size: 8pt;
    border:none;
}
#navigation ul {
  margin: 0;
  padding: 0; 

}
#navigation li {
    height:43px;
    border-right: 1px solid #ddd;
    display: block;
    float: left;
    margin: 0;
}
#navigation li:last-child {
  /*border-right-width: 0;*/
}
#navigation a {
    padding: 10px 8px 10px 10px;
    color: #404040;
    height:43px;
    display: block;
    text-align:center;
    vertical-align:bottom;
    align-content:center;
    text-decoration: none;
}
#navigation a:hover {
    color: #404040;
    height:43px;
    background-color: #ddd;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after, 
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}