@charset "utf-8";
/* CSS Document */

#tabMenuNavbox {
	background-image: url(../tabmenu/images/navifondsmallbase.gif);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 10px;
	text-align: center;
}

#tabMenu {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

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

li.comments {background:url(../tabmenu/images/tabComment.gif) no-repeat 0 -32px;}

li.posts {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(../tabmenu/images/navifondsmall.gif);
	background-repeat: repeat-x;
	letter-spacing: 2px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	color: #EEE;
}
li.category {background:url(../tabmenu/images/tabFolder.gif) no-repeat 0 -32px;}
li.famous {background:url(../tabmenu/images/tabHeart.gif) no-repeat 0 -32px;}
li.random {background:url(../tabmenu/images/tabRandom.gif) no-repeat 0 -32px;}

li.mouseover {
	background-position:0 0;
	background-image: url(../tabmenu/images/navifondsmall.gif);
	background-repeat: repeat-x;
	color: #F00;
}

li.selected {
	background-position:0 0;
	background-image: url(../tabmenu/images/navifondsmallbase.gif);
	background-repeat: repeat-x;
}

.box {
	margin-left:auto;
	margin-right:0px;
	width:675px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	float: left;
}

.boxTop {
	height:11px;
	clear:both;
}
*html .boxTop {margin-bottom:-2px;}
.boxBody {
	min-height:270px;
	letter-spacing: 2px;
	color: #FFF;
}
.boxBottom {background:url(../tabmenu/images/boxBottom.gif) no-repeat;height:11px;}

.boxBody div {display:none;}
.boxBody div.show {display:block;}
.boxBody #category a {display:block;}

.boxBody div ul {
	padding:0;
	width:99%;
	list-style-image:url(images/arrow.gif);
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	color: #EEE;
}
*html .boxBody div ul {margin-left:10px;padding-left:15px;}
.boxBody div li {border-bottom:1px dotted #8e8e8e; padding:4px 0;cursor:pointer;}
.boxBody div ul li.last {border-bottom:none}
.boxBody div li span {font-size:8px;font-style:italic; color:#888;}
.tabmenu_table {
	color: #EEE;
	background-color: #000;
}
.box .boxBody #posts ul table {
	color: #FFF;
}
