



.navigation {
	position:relative;
	background: white;
	border: 1px solid white;
	height: 23px;
	width: 780px;
	z-index:100;
}
.navigation a {
	background: transparent url(imgg/nav.jpg) left top repeat-x;
	border-right: 1px solid #7795BD;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
}
.navigation a:hover {
background: transparent url(imgg/nav.jpg) left bottom; 
color: #f1f1f1;
}
titlerow {
	height: 10px;
}



