.toggleMenu {
    display: none;
    color: #000;
    padding: 10px 20px;
    background-color: #fff;
    font-size: 18px;
}


a.toggleMenu {
	color: #000 !important;
	text-decoration:none !important;
}

.nav {
    list-style: none;
	margin: 0;
	padding: 0;
    *zoom: 1;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
	width: 100%;
}

.nav a {
	color: #000;
    padding: 19px 16px 0px;
	height: 50px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.nav a:hover {color: #fff; background:#000;	font-weight: 700; letter-spacing: 2px;}

.nav > li {
    float: left;
	font-size: 14px;
	overflow: hidden;
	text-align: right;	
}

.nav > li > .parent {
}

.nav > li > a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -9999px;
}

.nav > li.hover > ul {
    left: 0;
    margin-left: -40px;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
}

.nav li li a:hover {

}

.nav li li li a {
    z-index: 200;
}

.nav li .more {
    background-image: url(/images/nav/downArrow.png);
    background-repeat: no-repeat;
    background-position: 85% 70%;
    float: right;
    width: 20%;
    padding: 8px 15px;
    margin: 2px 5px 2px 0px;
    cursor: pointer;
    z-index: 200;
    position: relative;
}

.nav li .more:before {
    content: "";
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
}



@media (max-width : 800px) {


	.toggleMenu {
		width: 80px;
		float: right;
		text-align: right;
		padding: 16px 10px 6px 0px;		
	}

	.nav  {
		margin: 50px 0 0 0;
		position: absolute;
		right: 0;
		background: #fff;
	}
	
	.nav a {
        padding: 18px 20px 5px 0;
		width: 180px;
    }

	.nav a:hover {letter-spacing: 1px;}
	
    .active {
        display: block;
    }

    .nav > li {
        float: none;
		text-align: right;
    }

    .nav > li > .parent {
        background-position: 95% 50%;
    }

    .nav li li .parent {
        background-image: url("/images/nav/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav > li.hover > ul, .nav li li.hover ul {
        position: static;
    }

    .nav > li {
    }

    .nav li li a {
        width: auto;
    }
	
    .nav li li li a {
    }
}
