/* CSS Document */
	#banner {position: relative;
		top: 0;
		left: 0;
		height:50px;
		width: 755px;
		border-bottom: 3px solid #d1e3bb;
		margin: 0px;
		color: black;
		z-index: 5;}		
	body>#banner {position: relative;}
	
	#banner h1 {margin: 0;
		padding: 5px;}
	
	#tabmenu {color: #000;
		position: relative;
		top: -2px;
		padding: 0;
		margin: 0;
		z-index: 10;
		left: 15px;}
	body>#tabmenu {position: fixed;} /*Opera and Mozilla*/
	
	#tabmenu li {display: inline;
		overflow: hidden;
		margin:0; 
		border: 0;
		list-style-type: none;}
		
	#tabmenu a, a.active {
	
		background: #d1e3bb;
		font: bold 12px "Trebuchet MS", Arial, sans-serif;
		border: 2px solid #d1e3bb;
		padding: 2px 5px 0px 5px;
		text-decoration: none; 
		margin: 0 2px;
		text-decoration: none;}
		
	#tabmenu a.active {
		background: #eefbe1;
		border-top: 4px solid #eefbe1; z-index: 30;}
		
	#tabmenu a:hover {color: #000000;
		background: #ADC09F;}	
		
	#tabmenu a:visited {color: #000000;}
		
	#tabmenu a.active:hover {background: #ABAD85;
		color: #000000;}
		
	#tabcontent {background: #eefbe1;
		font: 12px "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		background: #eefbe1;
		padding: 10px;
		height: auto;
		z-index: 0;}
		
	#tabcontent a {text-decoration: none;
		color: #000000;}
		
	#tabcontent a:hover {background: #d1e3bb;}	

