#topnav の境界半径の下にある特定のページで、mozilla では機能しませんが、Google chrome では機能します。次の css コードを使用します。
#topnav { display:inline-block;float: right; text-align: right; background: #e4f4fe;
border:1px solid #e4f4fe;
border-bottom-color: #e4f4fe;
border-bottom-width: 4px;
border-bottom-style: solid;
border-radius: 0px 0px 15px 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
margin-right: 90px; margin-top: 0px;
width:265px;}5E9DC8