a {color:#ccc;text-decoration:none;}
a:hover {color:#FFF;text-decoration:none}

#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(../img/sidetab/tabComment.png) no-repeat 0 -32px;}
li.posts {background:url(../img/sidetab/tabStar.png) no-repeat 0 -32px;}
li.category {background:url(../img/sidetab/tabFolder.png) no-repeat 0 -32px;}


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

.box {width: 81%; min-width: 227px; background-color: #000;}
.boxTop {background:url(../img/sidetab/boxTop.png) no-repeat; width: 81%; min-width: 227px; height:11px;clear:both}
.boxBody {background-color:#282828;width: 81%; color: #FFF; min-width: 227px;}
.boxBottom {background:url(../img/sidetab/boxBottom.png) no-repeat;height:11px;}

.boxBody div {display:none;}
.boxBody div.show {display:block;}

.boxBody div ul {margin:0 10px 0 25px;padding:0;width: 79%;list-style-image:url(../img/sidetab/arrow.gif)}
.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;}
