#menu	{
	padding: 0;
	margin: -0.7em -0.9em 2em -0.8em;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;/*  #003399;*/ 
//	border-bottom: 2px solid transparent;    
//	box-shadow: 0.3em 0.3em 0.2em rgba(0,0,0,.3);
	box-shadow: 0.1em 0.2em 0.2em rgba(0,0,0,.3);
    background-color: white;
	}
/********************FOLDER_V2***********************/
.wrap-collabsible{
    padding-bottom: 0;
    margin: -1rem -3rem -1rem 1rem;
}
input[type='checkbox'].toggle {
  display: none;
}

.lbl-toggle {
  display: block;

  font-weight: bold;
  font-family: monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: left;

  padding: 1rem;
  margin-bottom: -1.5rem;

  color: #BA0013;
  background: white;

  cursor: pointer;

  border-radius: 7px;
  transition: all 0.25s ease-out;
  
  border: 1px solid #e5e5e5;
  box-shadow: 0.1em 0.2em 0.2em rgba(0,0,0,.3);
}
.lbl-toggle:hover {
  color: #BA0013;
}
.lbl-toggle::before {
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;

  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}
.collapsible-content .content-inner {
  background: transparent;
  margin-top: 1rem;

  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.collapsible-content {
  padding-top: 0;
  margin-top: 1.7rem;
  max-height: 0px;
  overflow-y: hidden;
  background: white;

  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border: 1px solid #e5e5e5;

  transition: max-height .25s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 650px;
  overflow-y: scroll;
}
.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}
.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

hr.separator {
	margin: 0;
	background: #BA0013;
	border: 0;
	height: 1px;
}
.error { 
	color:#C33;
}
#nav, #nav ul {
	padding: 0;
	margin: 0 0 0 0; /*0 0 -0.3em 0;*/
	list-style: none;
	display: inline-block;
	border: 0.15em solid transparent;
}
#nav:before, #nav:after {
	content: "";
	display: table;
}

#nav:after {
	clear: both;
}

#nav {
	zoom:1;
}
#nav a {
	float: left;
	padding: 0 1.2em 0 1.2em;
	color: #3B3B3B;
	font: normal 0.8em MyBankGothic, verdana, sans-serif;
	text-decoration: none;
	border: 0.15em solid transparent;
}
#nav li {
	float: left;
	position: relative;
	top: 0.30em;
	padding: 0;
	margin: 0 1em 0 1em;
	border: 0.15em solid transparent;	

}
#nav li.current	{
	color: #BA0013;
	/*border-bottom: 0.15em solid #3B3B3B; 
	border-radius: 0.5em 0.5em 0 0;
	-moz-border-radius: 0.5em 0.5em 0 0;
	-webkit-border-radius: 0.5em 0.5em 0 0;
	-ms-border-radius: 0.5em 0.5em 0 0;*/
	text-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,.3);
	/*border: 0.15em solid #3B3B3B;*/
	}
#nav li.current	> a {
	color: #BA0013 ; /* #ffba00; */
}

#nav li:hover > a {
	color: #BA0013 ; /* #ffba00; */
}
#nav li:hover{
	color: #BA0013 ; /* #ffba00; */
	/*border-color:  #3B3B3B;
	border-radius: 0.5em 0.5em 0 0;
	-moz-border-radius: 0.5em 0.5em 0 0;
	-webkit-border-radius: 0.5em 0.5em 0 0;
	-ms-border-radius: 0.5em 0.5em 0 0;*/
	text-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,.3);
}
#nav * li:hover	{
	border: 0.15em solid transparent;
}
*html #nav li a:hover { /* IE6 only */
	color: #BA0013 ; /* #ffba00; */
}
@media screen and (max-width: 768px) { /* -480 */
	#menu	{
		margin: -0.9em 0 0 0;
	}
	#nav a {
		padding: 0 0.6em;
		font: normal 0.6em MyBankGothic, verdana, sans-serif;
	}
	#nav li {
		margin: 0 0.4em;	
	}
}
@media screen and (max-width: 480px) { /* -320 */
	#menu	{
		text-align:center;
		margin: -1em 0 0 0;
		border-bottom: 0.1em solid #3B3B3B;
	}
	#nav, #nav ul {
		margin: 0 0 -0.2em 0;
		border: 0.1em solid transparent;
	}	
	#nav a {
		font: normal 0.5em MyBankGothic, verdana, sans-serif;
		padding: 0 0.4em;
	}
	#nav li {
		margin: 0 0.25em;
		border: 0.1em solid transparent;	
	}
	#nav li.current	{
		border: 0.1em solid #3B3B3B;
		border-bottom: 0.1em solid transparent;
	}
}
@media screen and (max-width: 320px) { /* -240 */
	#menu	{
		text-align:center;
		border:0;
		border-bottom: 0.1em solid #3B3B3B; 
		}
	#nav, #nav ul {
		border:0;
		border-bottom: 0.1em solid transparent;
	}
	#nav a {
		padding: 0 0.35em;
	}
	#nav li {
		margin: 0 0.05em;	
	}
}
/********************SUBMENUS***********************/

#nav ul {
	/*border: 0.15em solid #003399;*/
	border:1px solid #3B3B3B;
	border-bottom-color : transparent;
	border-right-color : transparent;
	margin: 0;
	_margin: 0; /*IE6 only*/
	padding: 0.8em 0 0.5em 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 1.3em; /*1.1em; /*1.3em;*/
	left: -0.1em; /*-0.3em; /*left: -0.1em;*/
	z-index: 1;    
	background: white;	
	box-shadow: 0.5em 0.5em 0.5em rgba(0,0,0,.3);
	/*border-radius: 0 0.5em 0.5em 0.5em;
	-moz-border-radius: 0 0.5em 0.5em 0.5em;
	-webkit-border-radius: 0 0.5em 0.5em 0.5em;
	-ms-border-radius: 0 0.5em 0.5em 0.5em;*/
	transition: all .4s ease-in-out;  
	text-align:left;
}
@media screen and (max-width: 768px) { /* -480 */
	#nav ul {
		top: 0.7em; /*1.3em;*/
		left: -0.3em; /*left: -0.1em;*/
	}
}
@media screen and (max-width: 480px) { /* -320 */
	#nav ul {
		top: 0.6em; /*1.3em;*/
		left: -0.3em; /*left: -0.1em;*/
		border: 0.1em solid #3B3B3B;
	}
}
#nav * li.current{
	border: 0.15em solid transparent;
}
#nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#nav ul ul {
	border:1px solid #3B3B3B; 
	border-bottom-color : transparent;
	border-right-color : transparent;
	
	top: -0.85em ;
	left: 9em; /*9em;*/
	padding: 0.5em 0 0.5em 0em;
	margin: 0;
	_margin: 0; /*IE6 only*/
	box-shadow: 0.5em 0.5em 0.5em rgba(0,0,0,.3);
}
@media screen and (max-width: 1024px){ /* -768 */
	#nav ul ul {
		padding: 0 0 0.5em 0;
	}
}
@media screen and (max-width: 768px) { /* -480 */
	#nav ul ul {
		left: 6em;
		padding: 0 0 0.4em 0;
	}
}
@media screen and (max-width: 480px) { /* -320 */
	#nav ul ul {
		left: 5em;
		padding: 0 0.25em 0.35em 0.35em;
		border: 0.1em solid #3B3B3B;
	}
}
@media screen and (max-width: 320px) { /* -240 */
	#nav ul ul {
		left: 5em;
		padding: 0 0.2em 0.3em 0.3em;
	}
}
#nav ul li {
	float: none;
	display: block;
	border: 0.15em solid transparent;
	padding: 0;
	_line-height: 0; /*IE6 only*/
}

#nav ul li:last-child {   
	box-shadow: none;    
}

#nav ul a {
	border: 0.15em solid transparent;    
	padding: 0.2em 0;
	margin: 0 0.3em 0.1em 0.3em;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#nav ul a:hover {
	text-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,.3);
	/*color: #ffba00;*/
}

/***************************************/

#nav ul li:first-child > a {
	border-radius: 0.5em 0.5em 0 0;
	-moz-border-radius: 0 0.5em 0.5em 0.5em;
	-webkit-border-radius: 0 0.5em 0.5em 0.5em;
	-ms-border-radius: 0 0.5em 0.5em 0.5em;	
}

#nav ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 0.9em;
	top: -0.5em;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-bottom: 0.4em solid #BA0013; /*#003399;*/
}

#nav ul ul li:first-child a:after {
	left: -0.4em;
	top: 50%;
	margin-top: -0.4em;
	border-left: 0;	
	border-bottom: 0.4em solid transparent;
	border-top: 0.4em solid transparent;
	border-right: 0.4em solid #BA0013; /*#003399;*/
}

#nav ul li:first-child a:hover:after {
	border-bottom-color: #BA0013; /*#003399;*/ 
}

#nav ul ul li:first-child a:hover:after {
	border-right-color: #BA0013; /*#003399;*/ 
	border-bottom-color: transparent; 	
}

#nav ul li:last-child > a {
	border-radius: 0 0 0.5em 0.5em;
	-moz-border-radius: 0 0 0.5em 0.5em;
	-webkit-border-radius: 0 0 0.5em 0.5em;
	-ms-border-radius: 0 0 0.5em 0.5em;
}
