* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 36px;
    background: transparent url(../images/top_nav_bg.png) repeat-x 0 0 scroll;
}

#top-nav-wrap {
    width: 960px;
    height: 36px;
    margin: 0 auto;
}

#top-nav-home,
.top-nav-game-list,
#top-nav-game,
.nav-right ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

#top-nav-home {
    width: 88px;
    height: 36px;
    background: transparent url(../images/top_nav.png) no-repeat -37px 0 scroll;
}

.top-nav-game-list {
    padding: 2px 0 2px 15px;
    border-left: 1px solid #BBB;
    display: inline !important;
}

#top-nav-game > li {
    display: inline;
    margin-right: 10px;
}

.nav-left {
    float: left;
}

.nav-right {
    float: right;
}

#top-nav-game a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.top-nav-wl {
    padding-left: 22px;
    background: transparent url(../images/top_nav_wl.png) no-repeat 0 center scroll;
}

.top-nav-ly {
    padding-left: 20px;
    background: transparent url(../images/top_nav_ly.png) no-repeat 0 center scroll;
}

.nav-right ul {
    height: 36px;
    line-height: 36px;
}
.nav-right li {
    display: inline;
    margin-right: 5px;
}

.nav-right a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #E1E1E1;
    zoom: 1;
    *display: inline;
    height: 18px;
    line-height: 20px;
    background: transparent url(../images/top_nav_btn_bg.png) repeat-x 0 0 scroll; 
    padding: 0 5px;
    vertical-align: text-bottom;
}

a:hover {
    text-decoration: underline !important;
}
