body,
nav,
ul,
li,
a {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.toggleMenu {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px;
    color: #fff;
    display: none;
    z-index: 9999;
    font-family: Ubuntu;
    text-align: center;
	font-weight: bold;
}
#nav {
    list-style: none;
    font-family: Ubuntu;
    font-size: 0.85em;
    float: right;
    z-index: 9999;
}
#nav .current a {
    color: #991f0a;
    border-top: 5px solid #991f0a;
}
#nav:before,
#nav:after {
    content: " ";
    display: table;
}
#nav:after {
    clear: both;
}
#nav ul {
    list-style: none;
    width: 210px;
}
#nav a {
    padding: 30px 15px 35px 15px;
    color: #666;
    -webkit-transition: all ease 0.5s;
    border-top: 5px solid #fff;
	font-weight: bold;
}
#nav a:hover {
    color: #991f0a;
    -webkit-transition: all ease 0.5s;
    border-top: 5px solid #991f0a;
}
#nav li {
    position: relative;
    -webkit-transition: all ease 0.5s;
}
#nav > li {
    float: left;
    margin: 0 auto;
    text-align: left;
}
#nav > li:last-child {
    border-right: none;
}
#nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
#nav > li > a {
    display: block;
}
#nav li ul {
    position: absolute;
    left: -9999px;
    top: 86px;
}
#nav > li.hover > ul {
    left: 0;
}
#nav li li a {
    display: block;
    background: #fff;
    position: relative;
    z-index: 9999;
    color: #666;
    font-weight: normal;
    font-family: Ubuntu;
    font-size: 0.95em;
    text-transform: uppercase;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all ease 0.5s;
    border-top: 1px solid #ededec;
	font-weight: bold;
}
#nav li li a:hover {
    display: block;
    position: relative;
    z-index: 9999;
	background-color:#ededec;
    color: #991f0a;
    -webkit-transition: all ease 0.5s;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: none;
    border-top: 1px solid #ededec;
	font-weight: bold;
	padding-left: 25px;
}


@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    #nav {
        width: 100%;
        list-style: none;
        float: right;
        position: relative;
    }
    #nav > li {
        float: none;
        border-right: none;
        border-bottom: 1px solid #4a535a;
    }
    #nav li:last-child {
        border-bottom: none;
    }
    #nav > li > .parent {
        background-position: 95% 50%;
    }
    #nav li li .parent {
        background-image: url("images/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 .current a {
        color: #9fadf1;
    border-top: none;
    }
    #nav a {
        padding: 10px 15px 10px 15px;
        color: #fff;
    border-top: none;
    }
    #nav a:hover {
        color: #9fadf1;
        -webkit-transition: all ease 0.5s;
    border-top: none;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .active {
        display: block;
    }
    .nav {
        width: 100%;
        list-style: none;
        float: right;
        position: relative;
        margin: 5px 0 0 0;
    }
    .nav > li {
        float: none;
        border-right: none;
        border-bottom: 1px dotted #322d2d;
    }
    .nav li:last-child {
        border-bottom: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/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 a {
        padding: 10px 12px 10px 12px;
        color: #fff;
    }
}




