#tabs
{
	display: block;
	float: left;
	width: 100%;
}
a.tab
{ 
	border-collapse: collapse; 
	border-style: solid solid none solid;  
	border-color: silver; 
	border-width: 1px 1px 0px 1px; 
	font-family: arial; 
	text-decoration: none;
	width: 11%;
	text-align: center;
	float: left;
	color: gold;
	
	 
}

a.tab:hover
{ 
	border-color: silver; 
	background-color: 3D9ACC; 
	text-decoration: none;

	color: gold; 
}

.panel 
{ 
	border: solid 1px silver; 
	background-color: black; 
	padding: 5px; 
	overflow: auto; 
	clear: left; 
}