* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
body { margin: 0; padding: 0; background: url('../images/navi.jpg') no-repeat; }

#navi_ue { width: 190px; margin-top: 34px; margin-left: 15px; text-align: center; font: bold 18px 'Trebuchet MS', Arial, Tahoma; }

#navi { margin-top: 60px; margin-left: 45px; font: 14px 'Trebuchet MS', Arial, Tahoma; }

a:link, a:active, a:visited { width: 130px; line-height: 26px; display: block; text-align: center; text-decoration: none; color: #000; border-top: 1px solid transparent; }
a:hover { text-decoration: none; color: #666; background: #f2f2f2; text-transform: uppercase; border-top: 1px solid #C0C0C0; }
