﻿.menu .items
{
	background-color: rgba(255,255,255, 0.3);
}

.menu a
{
	color: #676767;
}

.menu a.selected, .menu a:hover
{
	text-decoration: none;
	color: #fff;
	background: #00AF9A;
}

.menu .message
{
	color: #fff;
	background: #00AF9A;
}