#ntnbar {
  width: 100%;
	overflow:hidden;
  height:28px;
  background: url('bg.png') repeat-x;
  border-bottom: 1px solid #bbb;
}
#ntnlogo a {
  float:left;
  background: url('logo.png') no-repeat;
  height:28px;
  width:150px;
  display:block;
  text-decoration:none;
  border-right: 1px solid #bbb;
}
#ntnlogo a:hover {
  background: url('logo.png') 0 -28px no-repeat;
}
#ntnlinks a {
  float:left;
  display:block;
  height:22px;
  font-family: Arial, Verdana, Tahoma;
  font-size:13px;
  color: #494949;
	text-shadow: #ccc 1px 1px 0;
  padding: 6px 4px 0 4px;
  border-right: 1px solid #bbb;
  text-decoration:none;
  font-weight:normal;
}
#ntnlinks a:hover {
  color:#405582;
  background: url('bg.png') 0 -28px repeat-x;
}
#ntnlinks .twtr {
	padding-top:6px;
}
.ntnem hover {
  width:auto;
  display:block;
}