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

#tabMenu li { 
	float:left;
	color:#000;
	/*height:32px;*/
	width:124px;
	cursor:pointer;
	cursor:hand;
	background-color:#ccc;
	padding:5px 0;
	border:1px solid gray;
	font-size:13px;
	text-align:center;
	font-family:Georgia,"Times New Roman",Times,serif;
}

#tabMenu li:hover { 
	background-color: gray;
	color: #333;
}

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

.box { 
	width:380px
}

.boxTop {
	height:11px;
	clear:both
}

*html .boxTop {margin-bottom:-2px;}
.boxBody {background-color:#eeeeee;}

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

.boxBody div ul { 
	margin:0 10px 0 15px;
	padding:5px;
	width:330px;
	color: black;
}

*html .boxBody div ul {margin-left:10px;padding-left:15px;}
.boxBody div li {color:#000; font-size:12px; 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;}
