
#tabMenu li.selected {
	background-color:#C00;
}

#tabMenu {
	list-style:none;
	font-size:14px;
	font-weight:700;
	margin:0;
	padding:0;
	cursor:pointer;
}

#tabMenu li {
	float:left;
	cursor:hand;
	color:#FFF;
	margin:0 2px 0 0;
	padding:5px;
	background-color:#006699;
}

#tabMenu ul {
	background-color:#06F;
	padding:10px;
	vertical-align:bottom;
}

.box {
	width:600px;
}

.boxTop {
	clear:both;
}

*html .boxTop {
	margin-bottom:-2px;
}

.boxBody {
	background-color:#fff;
	border:2px solid #fff;
}

.boxBody div {
	display:none;
}

.boxBody div ul {
	width:575px;
	margin:5px 10px;
	padding:0;
}

*html .boxBody div ul {
	margin-left:10px;
	padding-left:15px;
}

.boxBody div li {
	border-bottom:1px dotted #0CF;
	cursor:pointer;
	list-style:none;
	font-size:12px;
	padding:4px 0;
}

.boxBody div ul li.last {
	border-bottom:none;
	text-align:right;
	list-style:none;
}

.boxBody div li span {
	font-size:8px;
	font-style:italic;
	color:#888;
}

a,a:hover {
	color:#0300FF;
	text-decoration:none;
}

.boxBody div.show,.boxBody #category a {
	display:block;
}

.more {
  width: 100%;
  text-align: center;
}
.more a {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
