﻿#pcm { display: none; }

#nav, #nav ul {
    left: 55px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    position: absolute;
}

ul#nav span { padding-right: 24px; }

ul#nav ul li > a > span {
    background-color: #EBEBEB;
    color: gray;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 0 4px 5px;
}

ul#nav ul li > a > span:hover { color: #B7B7B7; }

ul#nav span { display: block; }

ul#nav ul li { float: none; }

ul#nav ul {
    background-color: #EBEBEB;
    margin: 0;
    padding: 0;
    z-index: 999;
    width: 165px;
    margin-top: 5px;
}

ul#nav li a:hover, ul#nav li a.active {
    color: #CCDB2A;
    font-family: HelveticaNeueLTCom45Light, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
}

#nav li { float: left; height: 26px; }

#nav ul {
    left: -1000px;
    position: absolute;
    width: 120px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
    background-position: 0 0;
    left: auto;
}

#nav a {
    display: block;
    font-family: HelveticaNeueLTCom45Light, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0 20px 0 0;
    text-decoration: none;
}

li.submenu {
  margin-top: -4px;
  height: 32px !important;
}

ul a {
    color: #FCFCFC;
    cursor: pointer;
}

ul ul a:link, ul ul a:visited {
    color: #CCC;
    cursor: pointer;
    font-weight: normal;
}

ul ul a:hover, ul ul a:active {
    color: #FFF;
    cursor: pointer;
    font-weight: normal;
}

ul li { margin: 1px 0 0 0; }

ul ul li {
    background-color: #EBEBEB;
    border-left: 0;
}

/* IE only hack \*/

* html ul li, * html ul ul li { border-bottom: 3px solid #FFF; }

* html ul ul li { border-top: 0; }

/* Einde IE only hack */

@font-face {
    font-family: HelveticaNeueLTCom45Light;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/helveticaneueltcom-lt-webfont.eot');
    src: url('../fonts/helveticaneueltcom-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltcom-lt-webfont.ttf') format('truetype');
}