#headerBottom {
	height: 102px;
	overflow: hidden;
}

	#headerBottom p {
		width: 264px;
		float: left;
		padding: 15px;
	}
	
	#headerBottom a:link, #headerBottom a:visited, #headerBottom a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #000;
	}

	.activenotLogged {
		background-image: url("../images/buttonBgnotLogged.gif") !important;
	}
	
	.activenotLogged a:link, .activenotLogged a:hover, .activenotLogged a:visited {
		color: #FFF !important;
	}
	
	.activelogged {
		background-image: url("../images/buttonBglogged.gif") !important;
	}
	
	.activelogged a:link, .activelogged a:hover, .activelogged a:visited {
		color: #FFF !important;
	}

.notLogged {
	background-image: url('../images/home/notLoggedBottom.jpg');
}

.logged {
	background-image: url('../images/home/loggedBottom.jpg');
}
