/* TOPNAVIGATION */
.TOPNAV ul {
	list-style: none;
}

.TOPNAV li {
	float: left;
	margin: 0 0 0 40px;
}

.TOPNAV a {
	color: #FC3;
	text-decoration: none;
	border-bottom: solid 4px #004D8B;	
	padding: 0 0 6px;	
	transition : border 0.2s ease-out; 
	-webkit-transition : border 0.2s ease-out; 
	-moz-transition : border 0.2s ease-out;
	-o-transition : border 0.2s ease-out;
	font-size: 0.875em;
	font-weight: 700;
	display: block!;
}

.TOPNAV a:hover, .TOPNAV .SEL a {
	border-bottom: solid 4px #FC3;	
}

/* FOOTERLINKS / FOOTERNAVIGATION */
.FOOTER ul {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 0;
	top: 30px!;
}

.FOOTER li {
	float: left;
	margin: 0 0 0 40px;
}

.WRAPPERFOOTER a {
	color: #FC3;
	text-decoration: none;
	border-bottom: solid 2px #004D8B;	
	padding: 0 0 2px;	
	transition : border 0.2s ease-out; 
	-webkit-transition : border 0.2s ease-out; 
	-moz-transition : border 0.2s ease-out;
	-o-transition : border 0.2s ease-out;
}

.WRAPPERFOOTER li a {
	display: block!;
}

.FOOTERADRESS a {
	display: inline-block!;
	margin-bottom: -7px; 
}

.WRAPPERFOOTER a:hover, .WRAPPERFOOTER .SEL a {
	border-bottom: solid 2px #FC3;	
}
