.top {
  width: 940px;
  height: 40px;
}

.top a img {
  border: none;
}

.top .left {
	width: 400px;
	overflow: hidden;
	padding: 10px 0 0 27px;
	float: left;
}

.top .left a {
	display: block;
	float: left;
	padding: 0 22px 0 0;
	color: #5a646e;
	text-decoration: none;
}
.top .left a:hover {
	/*color: #0078b9;*/
	color: #6a849e;
	text-decoration: none;
}

.top .middle {
	width: 180px;
	overflow: hidden; 
	float: left;
	padding: 8px 0 0 0;
}

.top .middle a {
	display: block;
	float: left;
	padding: 2px 0 2px 23px;
	margin: 0 20px 0 0;
	color: #5a646e;
	text-decoration: none;
}

.top .middle a:hover {
	color: #6a849e;
	text-decoration: none;
}

.top .middle a.winter {
	background: url('../images/winter.gif') left top no-repeat;
}

.top .middle a.summer {
	background: url('../images/summer.gif') left top no-repeat;
}

.top .right {
  width: 250px;
	overflow: hidden;
	padding: 10px 0 0 0;
	float: right;
	color: #5a646e;
}

