﻿#MiniNav
{
    height:200px;
    width:89px;
    position:absolute;
    top:10px;
    left:0;
}

#MN_Calendar {padding:41px 0 0 7px;}
#MN_Calendar a
{
    background-image:url(../../Common/Images/MiniNav_Cal.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    display:block;
    width:28px;
    height:26px;
}
#MN_Calendar a:hover {background-position:0 -27px;}

#MN_Email {padding:27px 0 0 7px;}
#MN_Email a
{
    background-image:url(../../Common/Images/MiniNav_Email.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    display:block;
    width:28px;
    height:20px;
}
#MN_Email a:hover
{
    background-position:0 -21px;
}

#MN_Rss {padding:30px 0 0 7px;}
#MN_Rss a
{
    background-image:url(../../Common/Images/MiniNav_Rss.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    display:block;
    width:28px;
    height:26px;
}
#MN_Rss a:hover
{
    background-position:0 -27px;
}

#MN_Language
{
    float:right;
    padding-right:10px;
}
#MN_Language a
{
    color:Red;
}
#MN_Language a:hover
{
    color:Blue;
}
#MapContainer
{
	padding:7px;
	background-color:#404040;
	position:relative;
	margin-top:5px;
}
#Map
{ 
    width:550px;
	position:relative;		
}