/* Used to control menues */
#top_nav {
          background: #6E86A2;
          margin: 0;
          padding: 0;
          font-family: helvetica ariel tahoma sans-serif;
          font-size: 75%;
          height: auto;
          width: 908px;
}

#top_nav img {
          border-bottom: 1px solid #fff;
}

#top_nav ul {
          list-style: none;
          margin: 0;
          padding: 0;
          border: none;
}

#top_nav li {
          background: #6E86A2 url(/upload/images/2009/top_menu_bg.png) repeat-x center;
          display: block;
          margin: 0;
          padding: 0;
          float: left;
          width: auto;
}

#top_nav a {
          color: #def;
          font-weight: bold;
          display: block;
          width: auto;
          text-decoration: none;
          margin: 0;
          padding: 2px 5px;
          border-left: 1px solid #bcc6d5;
          border-right: 1px solid #848e9c;
}

#flash_wrapper {
          position: relative;
          z-index: -1;
          width: 925px;
          height: 226px;
top: -226px;
}

#right_nav_wrapper {
          position: relative;
          z-index: 1000;
          width: 925px;
          height: 226px;
top: 0px;
}

.right_nav {
          color: #fff;
          font-family: helvetica ariel tahoma sans-serif;
          font-size: 75%;
          margin: 0px;
          float: right;
          width: 15em;
          border: #fff solid thin;
          text-align: right;
}

.right_nav ul {
          font-size: 80%;
          list-style: none;
          margin: 0px;
}

.right_nav a {
          text-decoration: none;
          color: #def;
}