#center_top {
   margin: 0px 10px;
   padding: 0px 5px;
   border-radius: 5px;
   text-align:left;
   background: #B4B496;
}
#center_top img {
   float: right;
   height: 40px;
   margin-left: 5px;
}
#center_top ul{
   padding: 10px 0px;
   border-radius: 5px;
   margin: 0px 10px;
   float: left;
}
#center_top li{
   list-style-type: none;
   display: inline;
   background:#668566;
   border: 2px solid #B4B496;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
   border-bottom-left-radius: 5px;
   border-top-left-radius: 5px;
   position: relative;
   margin-left: -10px;
   padding: 4px 0px;
}
#center_top li a{
   color: #fff;
    pointer-events: none;
    cursor: default;
}
#center_top li:last-of-type{
   background: #FFFF99;
}
#center_top li:last-of-type a{
   color: #000;
}
#center_top a {
   padding: 0px 15px;
}
