/* module css */
/** navigation **/


@media all and (min-width:768px) {
    .page-wrapper .nav-sections 
    {
        background: none;
        float: left;
        margin: 0;
        width: 65%;
    }
    .nav-sections .navigation
    {
        background: none;
    }
    .nav-sections .navigation,
    .nav-sections .navigation ul,
    .nav-sections .navigation .level0
    {
        position: static;
    }
    .nav-sections .navigation .level0
    {
        float: left;
        margin: 28px 0 0 0;
        padding: 0px 3% 21px 1.5%;
    }
    .nav-sections .navigation .level0.parent > .level-top
    {
    	float: left;
    	padding: 5px 0px 6px;
    	color: #404040;
    	font-size: 13px;
    	text-transform: uppercase;
        font-weight: normal;
        line-height: 20px;
    }
    .navigation .level0.parent > .level-top > .ui-menu-icon
    {
        display: none !important;
    }
    .nav-sections .navigation .level0 .submenu
    {
        left: 0 !important;
        top: 82px !important;
        width: 97%;
        z-index: 11;
        padding: 15px 1.5%;
        background: #f3f3f3 !important;
        box-shadow: 0 0 0;
        border: 0;
    }
    .nav-sections .navigation .level0.level-top.parent.ui-menu-item:hover
    {
    	background:url('../images/indicator_arrow.png') no-repeat center bottom;
    }
    .nav-sections .navigation .level0:hover a,
    .navigation .level0 .submenu a span.categoryName:hover
    {
        color: #0066a5 !important;
    }
    .navigation li.level1
    {
        float: left;
        width: 25%;
        text-align: center;
    }
    .nav-sections .navigation .level0 .submenu a
    {
        background: none !important;
    }
    .navigation .level0 .submenu a span
    {
        display: block;
    }
    .navigation .level0 .submenu a span.cat-thumbnail
    {
        background: #fff;
        width: 99.5%;
        padding: 20px 0;
    }
    .navigation .level0 .submenu a span.categoryName
    {
        padding: 0px 0 10px;
        color: #666;
    }
    .nav-sections .navigation .level0 .submenu a
    {
        padding: 0 1px 0 0;
    }
    
}

/*** nav end ****/

