
/* Nav
==========================================================*/
.nav {
    position: relative;
    background: url('nav_bg.png') no-repeat 0 -36px;; margin-left:10px; margin-right:10px; margin-top:0; margin-bottom:2px   width="100"
}
.navinner {
    background: url('nav_bg.png') no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url('nav_bg.png') repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    background: url('nav_bg.png') no-repeat 0 -108px;; margin-left:-2px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:6px; padding-right:4px; padding-top:0; padding-bottom:0
}
.nav a {
    display: block;
    width: 99px;
    text-align: center;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url('nav_bg.png') no-repeat 50% -144px;