#navi {
    height: 50px;
    margin-top: 50px;
}

#menu {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 5px 20px #888;
    -webkit-box-shadow: 0 5px 20px #888;
    -moz-box-shadow: 0 5px 20px #888;
    background: #ce043a; /* Old browsers */
    background: -moz-linear-gradient(top, #ce043a 0%, #8f0222 61%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce043a), color-stop(61%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ce043a 0%, #8f0222 61%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ce043a 0%, #8f0222 61%, #6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ce043a 0%, #8f0222 61%, #6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ce043a 0%, #8f0222 61%, #6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce043a', endColorstr='#6d0019', GradientType=0); /* IE6-9 */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

#content {
    width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
    display: inline;
    margin-right: 15px;
}

ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    padding: 3px 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: 0.5s, 0.5s;
}

ul li a:hover {
    background: #01458e;
    color: #ff0;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: 0.5s, 0.5s;
}

.default {
    width: 900px;
    height: 50px;
    margin: 0 auto;
    box-shadow: 0 5px 20px #888;
    -webkit-box-shadow: 0 5px 20px #888;
    -moz-box-shadow: 0 5px 20px #888;
}

.fixed {
    position: fixed;
    top: -5px;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 0 40px #222;
    -webkit-box-shadow: 0 0 40px #222;
    -moz-box-shadow: 0 0 40px #222;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

/***************************************** Menu amazon*******************************/
li#d-product div#d-sub-product {
    display: none;
}

li#d-product:hover div#d-sub-product {
    display: block;
}

.sub-cate-main {
    position: absolute;
    z-index: 9999;
    display: block;
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    -moz-box-shadow: 0px 1px 4px #575757;
    -webkit-box-shadow: 0px 1px 4px #575757;
    box-shadow: 0px 1px 4px #575757;
    border-radius: 0px 0px 7px 7px;
    width: 180px;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 0px;

}

.sub-cate-content {
    font-size: 12px;
    text-align: left;
    margin: 5px;
    background: #ce043a;
    border-bottom-width: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.link {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    font-family: 'GeoSlb712MdBTMedium', Arial, serif;
    cursor: pointer;
    margin-left: 10px;
}

.link:hover {
    font-size: 13px;
    line-height: 25px;
    color: #2ea7dc;
    font-family: 'GeoSlb712MdBTMedium', Arial, serif;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
}

