#menu_topcontainer {
   position: absolute;
   bottom: 5px;
   min-width: 990px;
   min-height: 20px;
   margin: 0 0 0 0;
   padding: 15px 0 0 0 ;
   list-style: none;
   background-color: transparent;  
   z-index: 2;
}

#menu_top {
   position: relative;
   float: right;
   margin: 0 0 0 0;
   list-style: none;
   background-color: transparent;
}

#menu_top li {
   border-right: 1px solid #333;
   display: block;
   float: left;
   margin: 0 0 0 5px;
   padding: 0 5px 0 0;
}

#menu_top li.lastLi {
   border-right: 0 none;
}

#menu_top a,
#menu_top a:link,
#menu_top a:visited {
   background-color: transparent;
   color: #900000;
   display: block;
   font-weight: normal;
   margin: 0 ;
   padding: 0;
   text-decoration: none;
}

#menu_top a:focus,
#menu_top a:hover,
#menu_top a:active {
   color: #900000;
   text-decoration: underline;
}
