#top {
  width : 771px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#topnavi {
  background : #666666 url(../images/top-bg.gif) top center no-repeat;
  width : 771px;
  height: 191px;
}

#topnavi p {
  text-align : right;
  margin : 0px 10px 0px 0px;
  line-height : normal;
  color : #C3C5C8;
}




#topnavi ul {
	padding: 0;
	margin: 0;
}

#topnavi li a {
	font-size: 90%; 
	font-weight: bold;
  background : #666666 url(../images/link-off.gif) top left no-repeat;
	display: block;
	padding: 2px 0px 2px 20px;
	margin: 1px 0px 0px 0px;
	text-decoration: none;
	width: 95%;
}

#topnavi li a:hover {
	background : #666666 url(../images/link-on.gif) top left no-repeat;
	color: #999;	
}



