@charset "utf-8";
/* CSS Document */

body {word-wrap:break-word !important;}

.toggle,
[id^=drop] {
	display: none;
}
	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }

.anchor:target {
	display: block;
	padding-top: 25px;
	
}


nav {
	font-size: 1.5em;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;		
	position: relative;
	line-height: 2;
	width: 100%;
	top: 80px;
	padding: 0em 0em 0em 0em;
	background-color: #d0000e;	
	z-index: 16;
}

nav a {
	background-color: #d0000e;	
	width: 100%;
	padding: 0em 3em 0em 1.6em;
	display:block;
	color: #ffffff;
	
}


/* Background color change on Hover */
nav a:hover { 
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	background-color: #e9000d;
}
	/* Hide the navigation menu by default */
	/* Also hide the  */
.toggle + a,.menu {
		display: none; 
	}
	
	/* LEFT ALIGN OF NAV - Stylinf the toggle lable */
.toggle {
		display: block;
		padding: 0px 1.6em;	
	}

.toggle:hover {	
		background-color: #e9000d;
	}

	/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked + ul {
		display: block;
	}
	

	/* Change menu item's   border-color: #970202;  width to 100% */
nav li {
		border-top-width: 1px;
	border-style: solid;
	border-color: #ffffff;
		}
		   
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 2em; 
}

/* Fisrt Tier Dropdown */
nav ul ul li {
		
		
	}
nav ul ul a:hover {
		
	}

nav ul ul .toggle,
nav ul ul a {
		padding: 0em 0em 0em 4em;
	}

nav ul ul a {
		
	}

	/* Hide Dropdowns by Default */
nav ul ul {
		float: none;
		position: static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
.menubottom, .menubottom a  {
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;	
	font-size: 1.2em;	
	position: relative;
	line-height: 1.6;
	width: 100%;
	background-color: #d0000e;	
	z-index: 16;
}
/*
@media all and (max-width : 330px) {

nav ul li {
		display:block;
		width: 94%;
	}

}*/
