﻿.menu .items
{
	background-color: transparent;
}

.menu a
{
	letter-spacing: 0.5px;
	font-weight: 300;
	color: white;
	border-top: 0;
}

.menu a:first-child
{
}


.menu a.selected, .menu a:hover
{
	text-decoration: none;
	color: white;
	background: #00a8c6;
	border-bottom: 0;
}

.menu a:first-child.selected, .menu a:first-child:hover
{
}

.menu .message
{
	color: #00a8c6;
	background-color: transparent;
	border-top: 0;
}