.navigation {
	position: absolute;
	top: 154px;
	left: 60px;
	border-bottom: 1px solid #757575;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0;
}

.navigation td {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;	
}


.navigation a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px; 
	text-decoration: none;	
}

.navigation a:hover {
	background-color:#e1e1e1;
}

.navigation .selected {
	background-color: #E1E1E1;
}

/**********************/
/* Category Positions */
/**********************/
.navigation .home {
	width: 97px;
}

.navigation .lawyers {
	width: 117px;
}

.navigation .core_competence {
	width: 130px;
}

.navigation .international {
	width: 126px;
}

.navigation .correspondence {
	width: 133px;
}

.navigation .contact {
	width: 91px;
}