﻿/*
    ------------------------------------------------------------------
    NAVIGATION
    ------------------------------------------------------------------
*/
#nav-shop-online
{
    padding-top: 2px;
    width: 154px;
    float: left;
}

#nav-buttons
{
    width: 960px;  
    
    height: 24px;
}

#main_nav
{
    float: left;
    height: 25px;
    padding-top: 20px;
    width: 100%;
    position: absolute;
    top: 89px;
}

ul, menu, dir
{
    -webkit-padding-start: 0px !important;
}
﻿

ul.menu
{
    list-style: none;
    margin-left: 155px;
    padding: 0;
    background-color: #000;
    font: 10.5px Arial, Arial;   
    height: 50px;
    position: absolute;
    left: 155px;
    z-index: 99999999999999999999999
}

ul.menu * {
    margin: 0;
    padding: 0px 0px 0px 0px;    
}

ul.menu a
{
    display: block;
    color: #fff;
    text-decoration: none;
}

ul.menu li
{
    position: relative;
    float: left;
    list-style: none;
    width: 120px;    
}

ul.menu ul
{
    position: absolute;
    top: 25px;
    left: 0;
    background: #ffffff;
    display: none;
    opacity: 0;
    list-style: none;
    padding: 0px;
    border-right: 1px solid red;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    
}

ul.menu ul li
{
    position: relative;
    width: 200px;
    margin: 0;
    color: Red;
}

ul.menu ul li a
{
    font-family: Arial;
    font-weight: bold;
    display: block;
    padding: 8px 4px 5px;
    background-repeat: repeat-x;
    color: #000;
    font-size: 1em;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

ul.menu ul li a:hover
{
    background-color: #ec2224;
    background-image: none;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

ul.menu ul ul {
    left: 200px;
    top: -2px
}

ul.menu .menulink
{
    font-weight: bold;
    color: white;
    font-size: 15px;
    font-family: Arial;
    background: url('images/nav-tab.png') no-repeat;
    height: 30px;
    padding-top: 3px;
    padding-left: 8px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

ul.menu .menulink:hover, ul.menu .menuhover
{
    background-color: #000;
    background: url('images/nav-tab.png') no-repeat;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

ul.menu .activemenulink
{
    padding: 9px 4px 8px 4px;
    font-weight: bold;
    margin-right: 4px;
    margin-left: 4px;
    background-color: #000;
    color: white;
    background-color: #000;
    color: #000;
   
}

ul.menu .sub { background: #d1d1d1 url(images/arrow.gif) 175px 8px no-repeat }

ul.menu .topline { border-top: 1px solid #aaa }