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

#tabMenu li {
	float:left;

	width:72px;
	cursor:pointer;
	cursor:hand;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;	
}

/* this is the button images */
li.comments {background:url(images/tabComment.gif) no-repeat 0 -32px;}
li.posts {background:url(images/tabStar.gif) no-repeat 0 -32px;}
li.category {background:url(images/tabFolder.gif) no-repeat 0 -32px;}
li.famous {background:url(images/tabHeart.gif) no-repeat 0 -32px;}
li.random {background:url(images/tabRandom.gif) no-repeat 0 -32px;}

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

.box {
	width:246px
}

.boxTop {
	/*background:url(images/boxTop.gif)no-repeat;*/
	height:11px;
	background-color:#292929;
	clear:both;
}

.boxBody {
	background-color:#292929;
}

.boxBottom {
	/*background:url(images/boxBottom.gif) no-repeat;*/
	height:11px;
	background-color:#292929;
}

.boxBody div {
	display:none;
}

.boxBody div.show {
	display:block;
}


.boxBody #category a {
	display:block
}

/* styling for the content*/
.boxBody div ul {
	margin:0 10px 0 25px;
	padding:0;
	width:190px;
	list-style:none;
}

.boxBody div li {
	border-bottom:1px solid #414141; 
	padding:7px 0;
	cursor:hand;
	cursor:pointer
}

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

.boxBody div li span {
	font-size:8px;
	font-style:italic; 

}

/* IE Hacks */
*html .boxTop {margin-bottom:-2px;}
*html .boxBody div ul {margin-left:10px;padding-left:15px;}