﻿.menu .items
{
	background-color: #6C8B9F;
	background: -moz-linear-gradient(top, #6C8B9F 0%, #779AB0 93%, #5A7180 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6C8B9F), color-stop(93%,#779AB0), color-stop(100%,#5A7180)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6C8B9F 0%, #779AB0 93%, #5A7180 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6C8B9F 0%, #779AB0 93%, #5A7180 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6C8B9F 0%, #779AB0 93%, #5A7180 100%); /* IE10+ */
	background: linear-gradient(top, #6C8B9F 0%, #779AB0 93%, #5A7180 100%); /* W3C */
}

.menu a
{
	color: #FFF;
	border: 1px solid transparent;
	border-bottom: 0;
	border-top: 0;
}

.menu a:first-child
{
	border: 1px solid transparent;
	border-bottom: 0;
	border-top: 0;
}

.menu a.selected, .menu a:hover
{
	text-decoration: none;
	color: #4E4E4E;
	background: #FFFFFF;
	border: 1px solid #5A7180;
	border-bottom: 0;
	border-top: 0;
}

.menu a:first-child.selected, .menu a:first-child:hover
{
	border: 1px solid #5A7180;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
}

.menu .message
{
	color: #4E4E4E;
	background-color: #FFFFFF;
}