/*Made for the Menu Style*/
.menu-t
{
	background-color: #666;
	color: #FFF;
	border-bottom: 1px solid #D7D7D7;
	height: 40px;
	width: 1024px;
}
.menu-t UL
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.menu-t LI
{
	display: inline-block;
	line-height: 40px;
}
.menu-t LI A
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
	font-size: 11.5pt;
}
.menu-t LI A.tabactive
{
	background-color: #333;
	position: inherit;
}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5
{
	border: 1px solid #666;
	width: 1024px;
	text-align: center;
	padding: 5px 0px;
	font-size: 10px;
	margin-bottom: 4px;
}
