.quick_menu {
	
}

.quick_menu .item {
	float: left;
	padding: 2px 10px 0px 10px;
}

.quick_menu .item A {
	color: #5a5a59;
	font-weight: bold;
}

.quick_menu .item A:hover {
	color: #cb4440;
	font-weight: bold;
	text-decoration: none;
}

.quick_menu .item A.active {
	color: #cb4440;
	font-weight: bold;
	text-decoration: none;
}

.quick_menu .seperator {
	float: left;
	height: 20px;
	width: 1px;
	background-color: #5a5a59;
}