@media screen {

	DIV.header {
		width: 760px;
		height: 87px;
		border-style: none;
		border-width: 0px;
		text-align: left;
		padding: 0px;
		margin: 0px auto; 				
	}
	
	#navcontainer {
		margin: 0px;
		padding: 0px;
		height: 20px;
	}

	#navcontainer ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: center;
	}

	#navcontainer ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}

	#navcontainer ul li a {
		background-image: url("../pictures/bgbar.gif");
		height: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 5px;
		margin: 0px;
		text-decoration: none;
		display: block;
		text-align: center;
		font-size: 10px;
		color: #606060;
		background-color: white;		
		line-height: 200%;
	}

	#navcontainer ul li a:hover {
		color: #9d1600;
		background: #ffffff;
	}
	
	#navcontainer a:active, #navcontainer li#active a {
		color: #9d1600;
		background: #ffffff;		
	}

}

@media print {

	DIV.header {
		display: none;		
	}
	
}


