﻿#contentLeft
{
    zoom: 1;
    position: relative;
}

.clearer
{
    clear: both;
    font-size: 0;
}
a img
{
    border: 0;
}
#mnuMap
{
    list-style: none;
    margin: 0 0 10px 0;
    height: 23px;
    padding: 0;
    width: 620px;
}
#mnuMap li
{
    margin: 0;
    padding: 0;
    float: left;
    width: 310px;
    height: 23px;
}
#mnuMap li.left
{
    background-image: url('../images/map/mnuMapLeft_active.gif' );
    background-repeat:no-repeat
}
#mnuMap li.right
{
    background-image: url('../images/map/mnuMapright.gif' );
    background-repeat:no-repeat;
}
#mnuMap li a
{
    display: block;
    width: 310px;
    padding: 5px 0;
    text-align: center;
    outline: none;
    text-decoration: none;
}
#mnuMap li a img
{
    margin-right: 5px;
}

#map_canvas
{
    margin-bottom: 5px;
    background: url('../images/map/loader.gif' ) no-repeat 50% 50%;
}

#print
{
    float: right;
}

#printPage
{
    display: none;
}
