/*Top Navigation*/
.topNavigation {
  border:1px solid #c5c5c5;
  height: 64px;
  margin: 5px 12px;
  width: 939px;
  background: #cf1717;
  color: #fff;
  }
 
.topNavigation ul{
  margin: 0;
  padding: 0;
  list-style: none;
  height:64px;
  }
  
.topNavigation li {
  /*display: block;*/
  float: left;
  width: 171px;
  border-left: 1px solid #eb9698;
  height: 64px;
  padding: 0 8px;
  }
  
.topNavigation li.first {
  border-left: none;
  }
  
.topNavigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
  }
  
.topNavigation li a:hover {
  text-decoration: underline;
  }
  
.topNavigation h2 {
  font-size: 1em;
  font-weight: bold;
  padding-top: 10px;
  }
  
.topNavigation .current {
  background: url(images/navigation-current.jpg) repeat-x top center;
  color: #000;
  }
 
.topNavigation .current a {
  color:#000;
  }

.topNavigation li ul{
  background:#e0e0e0;
  border-color: #9F9F9F #C7C7C7 #C7C7C7 #000000;
  border-width: 1px 1px 1px 0px;
  display:none;
  height:auto;
  position:relative;
  width:226px;
  z-index:200;
  margin-top: 0;
  margin-left: -8px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
.navHeight {
  height: 64px;
  }

.topNavigation li:hover ul{
  display:block;
  }

.topNavigation li li {
  display:block;
  float:none;
  padding:0px;
  width:224px;
  background: #F5F5F1;
  height:auto;
  }
  
.topNavigation li ul a{
  display:block;
  border-bottom: 1px solid #C7C7C7;
  border-left: 8px solid #424242;
  color: #000000;
  font-size: 1.1em;
  padding: 0.4em 0.8em;
  }
  
.topNavigation li ul a:hover{
  border-left-color: #c3080d;
  color:#c3080d;
  text-decoration: none;
  }
    