.menu {
    position: relative;
    z-index: 1000;
}
.menu-ul, .menu li {
    display: block;
    list-style: none;
}
.menu a span, .menu a {
    cursor: pointer;
}
.menu a {
    text-decoration: none;
    display: block;
}
.menu-ul {
    background: #0f3262 url("../images/menu/bg-menu.gif") 0 0 repeat-x;
    height: 34px;
}
.menu-button {
    width: 122px;
    float: left;
    text-align: center;
    background: transparent url("../images/menu/divider.gif") 0 center no-repeat;
    position: relative;
}
.menu .first {
    background: none;
}
.menu-button-wider {
    width: 126px;
}
a.menu-button-inner {
    display: block;
    padding: 10px 10px 6px 11px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    right: -1px;
    margin-left: -1px;
}
.menu .expand {
    background: transparent url("../images/menu/arrow-down-light.gif") right 5px no-repeat;
    padding-right: 14px;
}
.menu-button:hover a.menu-button-inner, li.over a.menu-button-inner {
    background: #ffffff url("../images/menu/bg-menu.gif") 0 -34px repeat-x;
    color: #003399;
    z-index: 1001;
}
.menu-button:hover .expand, li.over .expand {
    background-image: url("../images/menu/arrow-down-dark.gif");
}
/*** Submenu ***/
.submenu {
    display: none;
    text-align: left;
}
li:hover .submenu, li.over .submenu {
    display: block;
    position: absolute;
    background: #ffffff url("../images/menu/bg-submenu.gif") 0 bottom repeat-x;
    width: 180px;
    left: 0;
}
.submenu a {
    padding: 3px 10px;
}
.submenu .sl {
    position: relative;
}
.submenu a.sl-inner {
    background: transparent url("../images/menu/arrow-dark.gif") 170px 6px no-repeat;
}
.submenu a.sl-inner:hover {
    
}
.menu ul ul a:hover {
    background-color: #000000;
    color: #ffffff; 
}
.submenu li:hover a.sl-inner, .submenu li.over a.sl-inner {
    background-color: #000000;
    color: #ffffff;
    background-image: url("../images/menu/arrow-light.gif");
}
/* //Submenu */
/*** Subsub ***/
.subsub {
    display: none;
}
.submenu li:hover .subsub, .submenu li.over .subsub {
    display: block;
    position: absolute;
    margin-left: 180px;
    width: 200px;
    top: 0;
    background: #070f34 url("../images/menu/bg-subsub.gif") 0 bottom repeat-x;
}
.subsub li a {
    color: #ffffff;
}
.subsub li:hover a.simple {
    display: none;
}
.subsub a.full {
    display: none;
    overflow: hidden;
    position: relative;
}
.subsub li:hover a.full {
    display: block;
    background: #ffffff;
    color: #000000;
    padding-bottom: 10px;
}
.subsub a .instock {
    position: absolute;
    right: 5px;
}
.subsub .full .model {
    font-weight: bold;
}
.subsub .full .price, .subsub .full .stock {
    color: #5d5d5d;
}
.subsub .full .price_cnt {
    color: #d81010;
}
.subsub .full .stock {
    display: inline;
    position: absolute;
    right: 5px;
    top: 5px;
}
/* //Subsub */