﻿/**********************
        TOP MENU
**********************/
.topMenuWrapper
{
    width: 870px;
    padding: 53px 30px 0px 0px;
    float: left;
}
.topMenu
{    
    margin: 0px 0px 0px 0px;
    padding: 0px 26px;
    height: 0px;
    float: left;
}
.topMenu li
{
    list-style-type: none;
    float: left;        
}
.topMenu a:link, .topMenu a:visited, .topMenu a:active
{
    height: 24px;
    padding: 6px 0px 0px 0px;
    font-size: 12px;    
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    float: left;
}
.topMenu a:hover
{
    color: #0055a0;
}
.topMenu a.active:link, .topMenu a.active:visited, .topMenu a.active:hover, .topMenu a.active:active
{
    background: url(/Images/System/Backgrounds/bg-active-arrow.gif) no-repeat bottom center;
    color: #fff;    
    cursor: default;
}
.topMenu .split
{
    background: url(/Images/System/Backgrounds/bg-split-top.gif) no-repeat center;
    width: 5px;
    padding: 0px 10px;    
    height: 30px;   
}


/**********************
  LANGUAGE SELECTION
**********************/
.language
{    
    height: 30px;
    padding: 0px 0px 0px 0px;    
    margin: 0;
    float: right;
}
.language li
{
    float: left;
    height: 30px;
    list-style-type: none;
}
.language .split
{
    width: 5px;
    height: 30px;
    padding: 0px 4px;
    background: url(/Images/System/Backgrounds/bg-split-lang.gif) no-repeat center;
}
.language .active, a.nl:hover, a.uk:hover
{
    width: 17px;
    height: 13px;
    border: solid 1px #fff;
}
.language a
{
    width: 19px;
    height: 15px;
    display: block;
    margin: 8px 0px 0px 0px;
    text-decoration: none;
}
a.nl:link, a.nl:visited, a.nl:active
{    
    background: url(/Images/System/Backgrounds/bg-nl.gif) no-repeat center;
}

a.uk:link, a.uk:visited, a.uk:active
{    
    background: url(/Images/System/Backgrounds/bg-uk.gif) no-repeat center;
}


/**********************
        LEFT MENU
**********************/
.leftMenuWrapper
{
    width: 190px;
    padding: 4px 40px 0px 0px;    
    float: left;
}
.leftMenu
{    
    float: left;
    margin: 0 !important;
    padding-left: 0px !important;
}
.leftMenu li
{    
    padding: 0px !important;
    margin: 0px !important;
    background: none !important;
    line-height:normal;
    padding: 0px;
}
.leftMenu a:link, .leftMenu a:visited, .leftMenu a:active
{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    padding: 6px 0px 4px 12px;    
    display: block;
    background: url(/Images/System/Backgrounds/bullet-blue.gif) no-repeat left 7px;    
}
.leftMenu a:hover
{
    color: #64afbe;
}
.leftMenu .split
{
    width: 176px; 
    height: 10px;
    list-style-type: none;
    background: url(/Images/System/Backgrounds/bg-menu-left.gif) repeat-x left center !important;     
}
.leftMenu a.active:link, .leftMenu a.active:visited, .leftMenu a.active:hover, .leftMenu a.active:active
{
    color: #64afbe;
    cursor: default;
}
