/* ==============================
menu.css
---------------
Developed By: NetKi Pty Ltd
Web: 	www.netki.com.au
Email: 	contact@netki.com.au
Phone: 	1300 557 849
Copyright (c) 2015 NetKi Pty Ltd
============================== */

/* General Layout
------------------------------ */
ul.nav
{
    margin: 33px 0px 0px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
    list-style: none;
	float: right;    
    text-align: right;
    width: 100%;
}

ul.nav li
{
    display: inline;
    margin: 0px 0em 0px .5em;
    padding: 0px 0px 0px 0px;
    font-family: 'HelveticaNeue-Light', sans-serif;
    list-style: none;
    position: relative;
}

ul.nav ul ul
{
	display:none !important;
}

/* General Menu Items
------------------------------ */
ul.nav li a
{
    color: #36454f;
    text-decoration: none;
    letter-spacing: 0px;
    font-size: 0.9em;
	font-weight: normal;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

ul.nav li a:before
{
	content:"|";
	margin-right: .7em;
}

ul.nav li > a:hover
{
    color: #7bc255;
}

body.page-home ul.nav li a:hover
{
	color: #555555;
}

ul.nav li.current-menu-item a,
ul.nav li.current-page-ancestor a
{
	font-family: 'HelveticaNeue-Bold', sans-serif;
	color: #7bc255;
	letter-spacing: 0px;
}

ul.nav li:hover ul
{
    display: block;
}

body.page-home ul.nav ul
{
	padding-top: 9px;
}

/* First Level Specific
------------------------------ */
ul.nav > li
{

}

/* Second Level
------------------------------ */
ul.nav ul
{
    display: none;
    text-align: left;
    position: absolute;
    left: 0px;
    width: 100%;
    min-width: 200px;
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    list-style: none;
}

body.page-home ul.nav ul
{
	padding-top: 16px;
}

.small ul.nav ul
{
    padding-top: 10px;
}

ul.nav ul:before
{
    display: none;
    position: absolute;
    left: 30px;
    top: 10px;
    font-size: 0.5em;
    content: "\e803";
    font-family: "fontello";
    width: 100%;
    text-align: left;
}

ul.nav ul li
{
    display: block;
	margin-left: 0;
}

ul.nav ul li a:before
{
    display: none;
}

ul.nav ul li a
{
    display: block;
    padding: 10px 13px 10px 13px;
    color: #36454f;
    background: #f5f5f5;
	font-family: 'HelveticaNeue-Light', sans-serif !important;
}

ul.nav li:hover ul li a
{
    color: #36454f;
}

ul.nav li:hover ul li a:hover,
ul.nav li:hover ul li.current-menu-item a
{
    color: #ffffff;
    background: #7bc255;
}
