#howtoplay-menu {
    background:transparent url(media/howtoMenuTop.gif) no-repeat top center;
    width:155px;
    float:right;
    padding-top:47px;
    overflow:hidden;
    margin-left:10px;
}


#howtoplay-menu .menu {
    margin:0;
    display:block;
    width:153px;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    list-style-image:none;
    list-style-type:none;
    list-style-position:inside;
}

#howtoplay-menu .menu li {
    font-size:11px;
    padding:2px 0;
    margin-left:0;
    list-style-type:none;
    border-bottom:1px dotted #666;
    /*padding:0 5px;*/
    list-style-image:none;
}

#howtoplay-menu .menu li a {
    margin-left:10px;
    padding-left:10px;
    background: transparent url(media/howtoMenuArrow.gif) no-repeat 0px center;
    text-decoration:none;
    color: #405B1B;
}

#howtoplay-menu .menu li a.active {
    background: transparent url(media/howtoMenuArrow.gif) no-repeat 5px center;
    font-weight:bold;
    padding-left:15px;
}

.howtoplay_tnt {
    float:left;
    width:400px;
}

.content {
    overflow:hidden;
}