#section-home #menu-home a, 
#section-company #menu-company a, 
#section-services #menu-services a, 
#section-law #menu-law a, 
#section-environment #menu-environment a, 
#section-contact #menu-contact a, 
#nav a:active { 
	width: auto;
	height: 19px;
	border: 0px;
	text-align: center;
	float: right;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif; 
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;	
	border: 0px;
	background-color: #014A8C;
	color: #FFFFFF;
	padding: 4px 14px 8px 14px;
}
#nav a:link {	
	width: auto;
	height: 19px;
	border: 0px;
	text-align: center;
	float: right;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif; 
	font-size: 16px;
	font-weight: bold;	
	border: 0px;
	padding: 4px 14px 8px 14px;
	background-color: #CCE5F6;
	color: #014A8C;
}
#nav a:visited { 
	width: auto;
	height: 19px;
	border: 0px;
	text-align: center;
	float: right;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif; 
	font-size: 16px;
	font-weight: bold;	
	border: 0px;
	padding: 4px 14px 8px 14px;
	background-color: #CCE5F6;
	color: #014A8C;
}
#nav a:hover { 
	text-decoration: none;
	color: #014A8C;
	background-color: #B7D5EB;
}