		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 21 December 2014 16:38:56
*/


        /*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 22 October 2014 16:13:50
*/


/**
 * Liverpool City Council - Navigation Style Sheet
 *
 * navigation.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 * 1. Main Navigation
 *
 * 2. Sub Navigation
 *
 * 2. Breadcrumbs
 */

 /*
--------------------
1. Main Navigation
--------------------
*/
nav {
    position: relative;
    z-index: 10000;
    height: 57px;
    background: #6c7780;
}
    nav ul {
        margin-left: 0;
    }
    nav>ul>li {
        position: relative;
        float: left;
        border-right: 1px solid #768088;
        height: 57px;
        font-size:.9em;
        padding: 0 28px;
    }
    nav>ul>li.active a {
        background: #6eb53f;
    }
    nav.row-fluid>ul>li:first-child {
        background: #6eb53f url(http://www.liverpool.nsw.gov.au/__data/assets/image/0004/45562/home.png?v=0.2.1) no-repeat 23px 19px;
        width: 70px;
        border: none;
        padding: 0;
    }
        nav.row-fluid>ul>li:first-child>a {
            display: block;
            overflow: hidden;
            text-indent: -9999px;
            padding: 12px 0 0;
        }
        nav.row-fluid>ul>li:nth-child(2) {
            border-left: none;
        }
        nav .expand-menu a {
            display: block;
            padding: 21px 0 21px 58px;
        }
        nav>ul>li,
        nav .expand-menu a {
            background: #6c7780;
        }
        nav>ul>li:hover {
            background: #546068;
        }
        nav>ul>li>a {
            text-align: center;
            padding: 0;
            margin-top: 21px;
            font-size: 1.125em;
        }
        nav>ul>li>a,
        nav .expand-menu,
        nav>ul>li>a:hover {
            display: block;
            color: #ffffff;
            text-transform: uppercase;
            text-decoration: none;
        }
        /* dropdown */
        nav ul ul {
            width: 167%;
            position:absolute;
            left: 0;
            top: 57px;
        }
        nav ul li:last-child ul {
            right: 0;
            left: auto;
        }
        nav ul li:hover ul {
            display: block;
        }
            nav ul ul {
                display: none;
            }
                nav ul ul li a {
                    padding: 11px 10%;
                    background-color: #546068;
                    display: block;
                    color: white;
                    border-bottom: 1px solid #cecece;
                
                    font-size: 12px;
}
                    nav ul ul li a:hover {
                        color: white;
                        background: #9ca5ac;
                        text-decoration: none;
                    }
 /*
--------------------
2. Sub Navigation
--------------------
*/

#MasterContent .row-fluid #sub-nav.span4 {
    width: 20.6%;
    margin-top: -50px;
}
    #sub-nav h2 {
        background-color: #efefef;
        color: #363c40;
        font-size: 1.4em;
        padding: 11px 15px;
        margin-bottom: 0;
        line-height: 1.2em;
        font-family: arial;
        font-size: 1.2em;
    }
    #sub-nav ul li {
        background-color: none;
    
        border-bottom: 1px solid #e9ebee;
}
        #sub-nav ul li a {
            display: block;
            color: #008FA0;
            text-transform: capitalize;
            text-decoration: none;
}
        #sub-nav ul li.selected a {
            font-weight: bold;
            text-decoration: underline;
        }
        #sub-nav ul li a:hover {
            background-color: #f5f5f5;
        
            font-style: none;
}
        #sub-nav>ul>li>a {
            padding: 11px 28px;
            /* border-bottom: 1px solid #ffffff; */
        }
        #sub-nav>ul>li.active>a {
            font-weight: bold;
        
            color: #ffffff;
            text-decoration: none;
            background: #6eb53f;
}
            #sub-nav ul ul {
                padding: 2px 0;
                margin: 0;
            }
                #sub-nav ul ul li,
                #sub-nav ul ul {
                    background-color: #f2f2f2;
                }
                    #sub-nav ul ul li a {
                        padding: 6px 20px 6px 30px;
                        background-position: 44px 10px;
                    }
 /*
--------------------
3. Breadcrumbs
--------------------
*/
.breadcrumbs {
    float: left;
    width: 100%;
    height: 50px;
}
    .breadcrumbs a {
        display:inline-block;
        margin-right: 5px;
    }
        .breadcrumbs a.current {
            color: #58585a;
            font-weight: bold;
        }
      
        .breadcrumbs a:last-child {
            font-weight: bold;
            color: #58585a;
        }
    .breadcrumbs img {
        margin: -1px 5px 0;
    }
