/* 
    Document   : lmenu
    Created on : May 13, 2013, 11:26:54 AM
    Author     : luubk
    Description:
        Purpose of the stylesheet follows.


.luubk-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.luubk-menu ul li {
    position: relative;
    font-size: 14px;
}

.luubk-menu li ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    -moz-box-shadow: 5px 5px 3px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 3px 3px 10px #999;
    z-index: 12;
}

.luubk-menu ul li a {
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 7px;
}

.luubk-menu ul li a{
    border-top: 1px dotted #ccc;
    border-bottom: 0;
}

.luubk-menu li ul li a{
    border: 1px solid #ccc;
    border-bottom: 0;
}

 Fix IE. Hide from IE Mac 
* html ul li { float: left; }
* html ul li a { height: 1%; }
 End 

.luubk-menu li:hover ul { 
    display: block;    
}

.luubk-menu li:hover a{
    background: #eee;
}

.luubk-menu li:hover ul li a{
    background: #fff;
}
.luubk-menu li:hover ul li:hover a{
    background: #eee;
}*/


#box-cate ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}
#box-cate > ul {
    position: relative;
    z-index: 500;
}
/*#box-cate:after,
#box-cate > ul:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}*/
#box-cate.align-right > ul > li {
    float: right;
}
#box-cate.align-center ul {
    text-align: center;
}
#box-cate.align-center ul ul {
    text-align: left;
}
#box-cate > ul > li {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
}
#box-cate > ul > #menu-button {
    display: none;
}
#box-cate ul li a {
    display: block;
    text-decoration: none;
}
#box-cate a {
    line-height: 20px;
}
#box-cate > ul > li > a {
    color: #333;
    padding: 8px;
}
#box-cate > ul > li.has-sub > a {
    padding-right: 10px;
}
#box-cate  li:hover {
    background-color: #1E76A0;
    background-image: linear-gradient(to bottom, #36A3D6, #1E76A0);
}

#box-cate li:hover > a {
    color: #fff;
    background: url('../img/bg.png');
}
#box-cate .has-sub::after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
#box-cate > ul > .has-sub::after {
    right: 5px;
    top: 40%;
    border: 4px solid transparent;
    border-left-color: #333;
    transition: all .2s ease; 
}
#box-cate > ul > li:hover::after {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    right: -8px;
    top: 40%;
    border-bottom-color: rgba(204, 204, 204, 0);
}
/*#indicatorContainer {
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
}*/
/*#pIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    z-index: -2;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    -ms-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}
#cIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    top: -12px;
    right: 100%;
    z-index: -2;
}*/
#box-cate ul ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}
#box-cate ul ul ul {
    top: 37px;
    padding-left:10px;
}
#box-cate ul ul li {
    position: relative;
    background: #E7E7E7;
}
#box-cate > ul > li:hover > ul {
    left: 194px;
    top: 0;
    opacity: 1;
    padding-left: 10px;
}
#box-cate.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}
#box-cate ul ul li:hover > ul {
    left: 200px;
    top: 0;
    opacity: 1;
}
#box-cate.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}
#box-cate ul ul li a {
    min-width: 160px;
    border-bottom: 1px solid #fff;
    padding: 8px 20px;
    color: #333;
    background: url('../img/bg.png')
}
#box-cate.align-right ul ul li a {
    text-align: right;
}

#box-cate ul ul li:hover > a {
    background: url('../img/bg.png');
    color: #fff
}
#box-cate ul ul li:last-child > a,
#box-cate ul ul li.last > a {
    border-bottom: 0;
}

#box-cate.align-right > ul > li > ul::after {
    left: auto;
    right: 30px;
}
#box-cate ul ul li.has-sub::after {
    border: 4px solid transparent;
    border-left-color: #333;
    right: 10px;
    top: 12px;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#box-cate.align-right ul ul li.has-sub::after {
    border-left-color: transparent;
    border-right-color: #9ea2a5;
    right: auto;
    left: 10px;
}
#box-cate ul ul li.has-sub:hover::after {
    border-left-color: #333;
    right: -8px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#box-cate.align-right ul ul li.has-sub:hover::after {
    border-right-color: #333;
    border-left-color: transparent;
    left: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#box-cate .search-form .input-append{
    float: right;
    text-align: right;
    margin: 3px;
}