.toggleblock{width: 100%;background: #c8100f;}

.toggleMenu {
    display:  none;    
    padding: 10px 7px;
    color: #ffb503;
	text-decoration: none;
	font-family: PragmaticaC-Bold,Arial;
	
	
}
.toggleMenu:hover{color: #ffb503;text-decoration: none;}

.nav {
    list-style: none;
     *zoom: 1;
     background:#e4e4e4;
	 
	
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
	
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
	width: 100%;
}
.nav a {
    padding: 8px 27px;
    color:#000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size:12.5pt;

}

.nav a:hover {   
    color:#c44d4d;
	text-decoration: none;

}


.nav > li {
   position: relative; 
	background: url('images/ic.png') no-repeat left  13px;	
	
}
.nav > li {
    float: none;
    border-top: 1px solid #999999;
}

.last{
    border-bottom: 1px solid #999999;
}


.nav > li > .parent {
    
   	margin-right:10px;
	background: url('images/downArrow.png') no-repeat 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: #d3d2d2;
    position: relative;
    z-index:100;
    border-top: 1px solid #f1f1f1;
	text-transform: none;
	font-weight: bold;
}
.nav li li li a {
    background:#e06f73;
    z-index:200;
    border-top: 1px solid #fef4f5;
}

  .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    } 

@media  screen and (max-width: 480px) {
	

	
    /*.active {display: block;}*/
    .nav > li {
        float: none;

    }
  
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
 

}