/* QUICKLINKS STYLES - BEGIN */
#quicklinks {
	list-style: none;
	padding: 0;
	margin: 0; /* Only relating the content below the menu */
}
#quicklinks li {
	float: right;
	padding: 0;
}
#quicklinks li.first {
	float: left;
	padding: 0;
}
#quicklinks li a {
	display: block;
	width: auto;
	padding:  0 5px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
}
#quicklinks li.act a {
	background: #ff0031;
	color: black;
}
#quicklinks li a:hover {

}
/* QUICKLINKS STYLES - END */

