﻿body, nav, ul, li, a {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}
p {
    width:85%;
}
.center {
    text-align:center;
    margin:auto;
    width:95%;
}
.container {
    width: 95%;
    max-width: 1200px;
    margin: 10px auto;
}
   
.toggleMenu {
    display:  none;
    background: #ff173d;
    padding: 10px 15px;
    color: #fff;
}
.left-main {
    padding: 0 .5em 0 .5em;
}
.right-main {
    padding: 0 .5em 1em .5em;    
}
.right-main p {
    width:90%;
}
.right-main ul {
    list-style:inside square;
    text-indent:1.5em;
    margin:-.5em;
}

.nav {
    list-style: none;
     *zoom: 1;
     background:#ff173d;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 25px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    padding-top: 1px;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #ff3b5c;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 767px) {
    .active {
        display: block;
    }
    .nav > li {
        float: 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;
    }

}
