#top_nav {
   position: fixed;
   list-style-type: none;
   margin: 0;
   padding: 0;
   height: auto;
   width: 100%;
   left: 0;
   bottom: 0;
   background-color: #B8957D;
}
#top_nav td {
   border-left: 1px solid #000;
   /* float: left; */
   line-height: 1.1em;
   margin: 0 .5em 0 -.5em;
   padding: 0 .5em 0 .5em;
   text-align: center;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
}
#top_nav td select {
   background: #FFFFFF;
   /* color: #FFFFFF; */
   font-size: 11px;
}
#top_nav option {
   font-size; 11px;
}
#top_nav td:first-child {
   border-left: none;
}
#top_nav table {
   /* background-color: #B8957D; */
   width: 100%;
   height: auto;
   padding: 2px;
   margin: 0;
}
#top_nav form {
   text-align: center;
}

#top_nav a {
   color: white;
   text-decoration: none;
}
#top_nav a:visited {
   color: white;
   text-decoration: none;
}
#top_nav a:link {
   color: white;
   text-decoration: none;
}
#top_nav a:hover {
   color: #ddd;
   text-decoration: none;
}
