.mobmenu { display:none;}
.toggleMenu 
{
    display:none;
    background:#141517;
    padding:9px 12px;
    color: #fff;
	top:5px;
    right:14px;
    position:absolute;
	border: 1px solid #bb9e5c;
}
.nav {
    list-style:none;
    *zoom: 1;
    background:#121315;
	position:absolute;
    width:100%;
    top:49px;
    z-index:99;
	right:0px;
}
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#EA8CBB;
}
.nav li {
    position: relative;
}
.nav > li {
    float:left;
    border-bottom:1px solid #B9B9BA;
}
.nav > li :hover { background-color:#77602f !important;}

.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	text-decoration: none;
	color: #d3c097;
font-family: 'TimesNewRomanPSMT';
font-size:20px;
text-transform: capitalize;
}
.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:#121315;
    position:relative;
    z-index:100;
	text-decoration: none;
    text-transform: uppercase;
}
.nav li li a:hover
{
	background:#d6d6d8;
}
.nav li li li a {
    background:#E676B9;
    z-index:200;
}

@media screen and (max-width:800px) {
	.mobmenu { display:inherit; float: right; width:99%; }
    
	.header-bottom { display:none;}
	
	.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;
    }

}

