div.copy ul#Tabs {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#00488e;
	overflow:hidden;
	height: 100%;
}

div.copy ul#Tabs li {
	margin:5px 0px 0px 0px;
	padding:5px 0px 5px 5px;
	overflow:hidden;
	height: 100%;
	float:left;
	background-image:none;	
}

div.copy ul#Tabs li a {
	background-color:#e4ebf8;
	margin:0px 0px 0px 0px;
	padding:5px 10px 10px 10px;
	font-size:1em;
	color:#222;
}

div.copy ul#Tabs li a:hover {

}

div.copy ul#Tabs li.sel a {
	background-color:#fff;
	color:#222;
	text-decoration:none;
}

div.copy ul#Tabs li.sel a:hover {
	text-decoration:underline;
}