  #headertab ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#headertab li {
		float: left;
		border: 1px solid #fff;
		border-bottom-width: 0;
		margin: 0;
		font-weight:bold;
		font-size: 12px;
    }
    
	#headertab a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.5em 1em;
		color: #00c;
		width: auto;
		text-align: center;
    }
	
	#headertab a:hover {
		background: #666;
	}
	
	#headertab #selected {
		border-color: black;
		
		border-top: 1px red solid;
	}
	
	#headertab #selected a {
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}
	
	#contenttab {
		border: 1px solid black;
		clear: both;
		padding: 1em 1em;
	}
