﻿
#nav {text-align:center; width:970px;background:#EEE}
#nav p {clear:both; text-align:left; margin-left:12px;}

#menu2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  display:table-cell;
  }
#menu2 a {
  width:auto;font: 80% Arial, sans serif;
  display:block;
  padding:5px 13px;
  color:#222; 
  border:0;border-bottom:2px #EEE solid;
  text-decoration:none;
  }
#menu2 a:hover {
  color:#000; 
  border-bottom:2px #c70464 solid;
  }

.contain {clear:both; text-decoration:none}