﻿.WeatherMenu
{
    background-image: url('/Images/bgSaapalveluCities.png');
    background-repeat: no-repeat;
    width: 533px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Arial;
    color: #064d94;
    font-size: 11px;
    padding-left: 7px;
    line-height: 35px;
    text-align: center;
}

.WeatherMenu a
{
    font-family: Verdana, Arial;
    color: #064d94;
    font-size: 11px;
    margin-left: 17px; /* 3px */
    margin-right: 20px;  /* 6px */
    cursor: pointer;
}

.WeatherMenu .Selected
{
    font-weight: bold;
}
