

#tabMenu {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

#tabMenu li {
    float: left;
    height: 32px;
    width: 39px;
    cursor: pointer;
    cursor: hand
}

li.comments {
    background: url(../images/tab1.png) no-repeat 0 -32px;
}

li.posts {
    background: url(../images/tab2.png) no-repeat 0 -32px;
}

li.category {
    background: url(../images/tab3.png) no-repeat 0 -32px;
}

li.famous {
    background: url(../images/tab4.png) no-repeat 0 -32px;
}

li.random {
    background: url(../images/tab5.png) no-repeat 0 -32px;
}

li.mouseover {
    background-position: 0 0;
}

li.mouseout {
    background-position: 0 -32px;
}

li.selected {
    background-position: 0 0;
}

.box {
    float: right;
    margin-right: 33px;
    width: 227px;
    background: url(../images/tabBox.png) repeat-x scroll 0 0;
}

.boxTop {
    clear: both;
    height: 29px;
}* html .boxTop {
    margin-bottom: -2px;
}

.boxBody {
    background: url(../images/tabBody.png) repeat-x scroll 0 0;
    height: 241px;
}

.boxBottom {
    height: 11px;
}

.boxBody div {
    display: none;
}

.boxBody div.show {
    display: block;
}

.boxBody div.show p {
    font-size: 10px;
    padding: 1px;
}

.boxBody div.show p strong {
    font-size: 10px;
    padding: 1px;
    font-weight: bold;
}

.boxBody #category a {
    display: block;
}

.boxBody div ul {
    margin: 0 10px 0 25px;
    padding: 0;
    width: 190px;
    list-style-image: url(../images/arrow.gif)
}* html .boxBody div ul {
    margin-left: 10px;
    padding-left: 15px;
}

.boxBody div li {
    border-bottom: 1px dotted #8e8e8e;
    padding: 4px 0;
    cursor: hand;
    cursor: pointer;
}

.boxBody div ul li.last {
    border-bottom: none
}

.boxBody div li span {
    font-size: 8px;
    font-style: italic;
    color: #888;
}