#box_tab {
	width:400px;
	height:120px;
	margin:10px 0px 0px 0px;
	text-align:left;
}

#box_menu{
	width:400px;
	height:30px;
	margin:0;
	padding:0;
	font-size:10pt;
	background:url(../tabrotate/early1.png) repeat-x left top;
}

#box_menu li{
	/*display: inline;*/
	float:left;
	padding-left:10px;
	padding-right:15px;
}

#box_menu li a{
	padding:5px 0px 14px 0px;
	color:#ccc;
}

#box_menu li a:hover{
	color:#fff;
}

#box_menu li a:selected{
	color:#fff;
}

div.hidden{
	display:none;
}

.select-tabs{
	font-size:10pt;
	background:url(../tabrotate/early2.png) no-repeat center bottom;
	height:30px;
	color:#fff;
}

.normal-tabs{
	font-size:10pt;
	color:#ccc;
}