﻿.menu .items
{
	background-color: #f7f7f7;
}

.menu a
{
	color: #666;
}

.menu a.selected, .menu a:hover
{
	text-decoration: none;
	color: #fff;
	background: #ee1f55;
}

.menu .message
{
	color: #fff;
	background: #ee1f55;
}