div#topnav
 {
 width: 175px;
 height: 50px;
 position: absolute;
 top: 0;
 right: -8px;
 }

div.button
 {
 width: 103px;
 height: 48px;
 padding-top: 5px;
 text-align: center;
 background-image: url('/images/button_top.png');
 background-repeat: no-repeat;
 position: absolute;
 }
div.button a
 {
 color: #cccccc;
 font-family: sans-serif;
 font-size: 14pt;
 font-weight: bold;
 text-decoration: none;
 z-index: 10;
 }
div.button a:hover
 {
 color: white;
 }

div.first { left: 0px; z-index: 4; }
div.first a { position: relative; left: -3px; }
div.second { left: 70px; z-index: 3; }
div.third { left: 140px; z-index: 2; }
div.fourth { left: 210px; z-index: 1; }
