/*----------------------------------------------------------------------------------------------------------------*\
    NAV
\*----------------------------------------------------------------------------------------------------------------*/
nav .navControl {
	display: none;	
	cursor: pointer;
}	
nav.tactile ul{
	background: #E0E5C3;
}
nav.tactile div:first-child{
	background: #E0E5C3;
}
nav.tactile ul {
	list-style: none;
}
nav.tactile .effect {
	display:none;
}
nav.tactile li{
	width:100%;
	background: #E0E5C3!important;
	border-top:1px solid #53004F;
}
nav.tactile a {
	padding: 10px 20px;
	display: block;	
	text-decoration: none!important;
	text-align:left;
	color:#53004F;
	font-size:80%;
}
nav.tactile ul a:hover{
	color:#53004F;
}
nav.tactile ul ul {
	margin-left:30px;
}
nav.tactile .hover > a{
	color:#53004F!important;
}