#topNav {
    //height: auto;
    //background: #000;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    
	height: 30px;
	background-color: white;
	padding: 10px 70px 0px 70px;
}

.menuitem {
    width: auto;
    height: 28px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
    background: #000;
    color: #58595B;
}

.stretcher {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

#topNav a {
	color: #58595B;
	text-decoration: none;
  	font-size: 17px;
  	height: 64px;
  	font-variant:small-caps;
}

#topNav div.active > a {
  text-decoration: underline;
}