﻿        .map ul
        {
            margin:0;
            padding:0;
            list-style:none;
        }
        .map ul li
        {
            font-family:Arial;
            color:#666;
            font-size:12px;
            margin:5px;
            padding-left:30px;
            display:block;
        }
        .map ul li.title
        {
            -moz-border-radius:7px 7px 0 0;
            -webkit-border-radius:7px 7px 0 0;
            background:url("images/map/bgTitle.jpg") repeat scroll 0 0 transparent;
            display:block;
            font-weight:bold;
            margin:5px 0;
            padding:5px 0 5px 35px;
            text-transform:uppercase;
        }
        .map ul li.education,
        .map ul li.educationFeature
        {
            background:url('images/map/imgEducation.gif') no-repeat;
        }
        .map ul li.oil,
        .map ul li.oilFeature
        {
            background:url('images/map/imgOil.gif') no-repeat;
        }
        .map ul li.power,
        .map ul li.powerFeature
        {
            background:url('images/map/imgPower.gif') no-repeat;
        }
        .map ul li.health,
        .map ul li.healthFeature
        {
            background:url('images/map/imgHealth.gif') no-repeat;
        }
        .map ul li.rail,
        .map ul li.railFeature
        {
            background:url('images/map/imgRail.gif') no-repeat;
        }
        .map ul li.renewable,
        .map ul li.renewableFeature
        {
            background:url('images/map/imgRenewable.gif') no-repeat;
        }
        .map ul li.roads,
        .map ul li.roadsFeature
        {
            background:url('images/map/imgRoads.gif') no-repeat;
        }
        .map ul li.social,
        .map ul li.socialFeature
        {
            background:url('images/map/imgSocial.gif') no-repeat;
        }
        .map ul li.transport,
        .map ul li.transportFeature
        {
            background:url('images/map/imgTransport.gif') no-repeat;
        }
        .map ul li.water,
        .map ul li.waterFeature
        {
            background:url('images/map/imgWater.gif') no-repeat;
        }
        .map ul li.educationFeature,
        .map ul li.oilFeature,
        .map ul li.powerFeature,
        .map ul li.healthFeature,
        .map ul li.railFeature,
        .map ul li.renewableFeature,
        .map ul li.roadsFeature,
        .map ul li.socialFeature,
        .map ul li.transportFeature,
        .map ul li.waterFeature
        {
            background-color:#F3F3F3;    
        }
