
/*================================================= */
/* navigationtop
E-72D39
================================================== */

#navigationtop{

    margin-left: 20px;
    margin-right: 20px;
}
#navigationtop ul li{ 
    float:left; position:relative;

}
#navigationtop ul li:hover{
}
#navigationtop ul li a {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    display: inline-block;
    color: #6B6C70;
    padding: 14px 18px 26px 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    border-top: 3px solid transparent;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0 -4px 0 0;
    padding-top: 24px;
    height: 17px;


}

#navigationtop ul li a:hover{
    background: #EFEFEF;
    border-top: 0px solid #221E1F;
    color: #ffffff;

}


#navigationtop ul ul {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top:-99999px;
    left: 0; 
    z-index: 999999;
    background: #FFFFFF;
    width: 200px;
    border-top: 1px solid #EFEFEF;
    box-shadow: 0px 0px 2px #D8D8D8;
    -moz-box-shadow: 0px 0px 2px #D8D8D8;
    -webkit-box-shadow: 0px 0px 2px #D8D8D8;
}

#navigationtop ul ul li a:hover {
    background: #F4F4F3;
    color: #363636 !important;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;


}

#navigationtop ul ul li a {
    padding: 15px 15px;
    display: block;
    width: 170px;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    border-top: 1px solid transparent;
    color: #676767;
    border-bottom: 1px solid rgba(50,50,50,.1);
    box-shadow: 0 5px 5px -5px rgba(255,255,255,.3);
}

#navigationtop ul ul ul {
    position:absolute;
    top:-99999px;
    left:100%;
    opacity: 0;

    margin-left: 4px;

}

#navigationtop ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;  }
#navigationtop ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #FFFFFF;border-top: 2px solid #EFEFEF;  }
#navigationtop ul li:hover > a {
   background: #F4F4F3;
    border-top: 3px solid transparent;
    color: #000000;

}
#navigationtop ul ul li:hover > a {border-top: 1px solid transparent; color: #676767;}
#current, .main-menu > .current-menu-item > a, .main-menu > .current-menu-ancestor > a {background: #F7F7F7 !important; color: #363636 !important;}


#navigationtop ol:hover:after { background: #F7F7F7; border: solid #eeeeee; border-width: 1px 1px 0 0; bottom: -5px; content: ' '; display: block; height: 10px; left: 32px; position: absolute; width: 10px; z-index: 99;   -webkit-transform: rotate(-45deg); -webkit-transform-origin: 50% 50%; -moz-transform: rotate(-45deg); -moz-transform-origin: 50% 50%; -ms-transform: rotate(-45deg); /* IE 9 */ -ms-transform-origin:50% 50%; /* IE 9 */ -o-transform: rotate(-45deg); -o-transform-origin: 50% 50%; transform: rotate(-45deg); transform-origin: 50% 50%
}
/*================================================= */