.tab_bar {
	text-decoration: none;
	border-bottom: 1px solid #0066cc;
	width: 100%;
}

.tab_bar a { 
	display: block;
	float: left;
	
	border: 1px solid #ccc;	

	border-bottom: none;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;

	margin-left: 8px;
}

.tab_bar a:visited {
	text-decoration: none;
}

.tab_bar a:hover {
	text-decoration: underline;
}

a.active {
	color: white;
	font-weight: bold;
	background-color:  #0066cc;
	border-color: #0066cc;
}





