﻿#Header
{
    position: relative;
    background: url(/Images/Top-undersider.jpg) no-repeat top left;    
    height: 207px;
    color: #80A9CE;
}

#Header #TopMenu
{
    position: absolute;
    bottom: 12px;
    left: 0px;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    height: 15px;
}
#Header #TopMenu ul li
{    
    padding: 0px 15px;
    /*border-right: 1px solid #40809D;*/
    height: 15px;
    /*line-height: 1em;*/
}
#Header #TopMenu ul li.last
{
    border-right: none !important;
}
#Header #TopMenu ul li a
{
    border-right: 1px solid #FFFFFF;
}

.LeftMenu
{
    float: left;
    width: 240px;
    margin-bottom: 20px;
}
.LeftMenu a
{
    display: block;
}
.LeftMenu .FirstLevel
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-top: 2px solid #2B5775;    
}
.LeftMenu .FirstLevel li.first a
{
    margin-top: 0px;
    border-top: none;
}
.LeftMenu .FirstLevelItem a, .LeftMenu .FirstLevelItemSelected a, .LeftMenu .FirstLevelItemExpanded a
{
    padding: 5px 5px 5px 30px;
    margin: 0px 0px 0px 0px;
}
.LeftMenu .FirstLevelItem a
{    
    background: url(/Images/bullet.png) no-repeat 12px 7px;
    border-top: 1px dotted #2B5775;
}
.LeftMenu .FirstLevelItem.first a
{
    border: none;
}
.LeftMenu .FirstLevelItem.last a
{
    border-bottom: 1px dotted #2B5775;
}
.LeftMenu .FirstLevelItemSelected a
{
    background: #E0E8EB url(/Images/bullet.png) no-repeat 12px 7px;
    font-weight: bold;   
    border-top: 1px dotted #2B5775;    
}
.LeftMenu .FirstLevelItemSelected.last a
{
    border-bottom: 1px dotted #2B5775;
}
.LeftMenu .FirstLevelItemExpanded a
{
    font-weight: normal;
    background: url(/Images/bulletdown.png) no-repeat 12px 8px;
    border-top: 1px dotted #2B5775;
}
.LeftMenu .SubLevel
{    
    padding: 0px 0px 0px 0px;
    list-style-type: none;    
    margin-left: 0px;
}
.LeftMenu .SubLevelItem a, .LeftMenu .SubLevelItemSelected a
{
    padding: 5px 0px 5px 60px;
    margin: 0px 0px 0px 0px;
}
.LeftMenu .SubLevelItem a
{
    background: url(/Images/bullet.png) no-repeat 42px 7px;
    font-weight: normal;
    border: none;
}
.LeftMenu .SubLevelItem.first a
{
    border-top: 1px dotted #2B5775;
}
.LeftMenu .SubLevelItemSelected a
{
    background: #E0E8EB url(/Images/bullet.png) no-repeat 42px 7px;
    font-weight: bold;
    border: none;
}
.LeftMenu .SubLevelItemSelected.first a
{
    border-top: 1px dotted #2B5775;
}