#tabMenu {margin:0;padding:0 0 0 15px;list-style:none;}
#tabMenu li {float:left;height:32px;width:121px;cursor:pointer;cursor:hand}

li.dos {background:url(../images/tabComment.gif) no-repeat 0 -26px;}
li.una {background:url(../images/tabStar.gif) no-repeat 0 -26px;}
li.tres {background:url(../images/tabFolder.gif) no-repeat 0 -26px;}

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

.box { 
	width:400px; 
	font-family: "Trebuchet MS"; 
	color: #333; 
	font-size: 11px;
	}
.box p{
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}
.boxTop {
	background:url(../images/boxTop2.gif) no-repeat;
	height:20px;
	clear:both
	}
*html .boxTop {
	margin-bottom:-2px;
	}
*html .boxBody {
	background:url(../images/tabCont.gif) repeat-y;
	margin-left: -2px;
	margin-top: 0;
	height: 100%;
	}
.boxBody {
	background:url(../images/tabCont.gif) repeat-y;
	margin-left: -2px;
	margin-top: -16px;
	height: 100%;
	}
*html .boxBottom {
	background:url(../images/boxBottom.gif) no-repeat;
	height:100px;
	margin-left: -4px;
	margin-top: 0px;
	}
.boxBottom {
	
	background:url(../images/boxBottom.gif) no-repeat;
	height:100px;
	margin-left: -4px;
	margin-top: -11px;
	}
.boxBody div {
	display:none;
	}
.boxBody div.show {
	display:block;
	}