#MainNavi {
  width:  930px;
  height:  25px;
  
  position: relative;
  padding-left: 5px;
  
  font-size: small;
}

*.selected {
	font-weight: bold;
	float: left;
	padding-left: 10px;
}

*.main-itm a {
	float: left;
	padding-left: 10px;
	text-decoration: none;
	color: black;
}

*.sub-sel {
	color: black;
	font-weight: bold;
}
*.sub-itm a {
	text-decoration: none;
	color: black;
	font-size: small;
}
*.sub-sub-itm a {
	text-decoration: none;
	color: blue;
	font-size: small;
}
