

a:hover{color:#000000;text-decoration:underline;}
#Tab{
	width:auto;
	height: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.Menubox{
	height:28px;
	background-color: #FFFFFF;
}
.Menubox ul{
	list-style:none;
	padding:0;
	position:absolute;
	margin-top: 7px;
	margin-right: 40px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.Menubox ul li{
	float:left;
	line-height:20px;
	display:block;
	cursor:pointer;
	width:auto;
	text-align:center;
	color:#fff;
	font-weight:normal;
	background-color: #6f6f6f;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.Menubox ul li.hover{
	color:#FFFFFF;
	background-color: #000000;
}
.Contentbox{
	clear:both;
	margin-top:0px;
	height:100%;
	padding-top:0px;
	height:100%;
	border: 1px solid #BDBDBD;
}
.Contentbox ul{list-style:none;margin:0px;padding:0;}
.Contentbox ul li{line-height:24px;}