
.link_col:link {
    color: white;
	-webkit-tap-highlight-color: #ffffff;
}

/* a:visited { */
	/* color: white; */
	/* -webkit-tap-highlight-color: #ffffff; */
/* } */
.link_col:visited {
	color: white;
	-webkit-tap-highlight-color: #ffffff;

}	

ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 9px;
}

.menu_caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.menu_caret::before {
  font-size: 18px;
  
  content: "\25B6";
  color: white;
  display: inline-block;
  margin-right: 6px;
}

.menu_caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);  
}

.nested {
  display: none;
}

.active {
  display: block;
}
.spaces {
	margin-bottom: 8px;
}
.ah_align {
	text-indent: 10px;
	margin-top: 3px;
	margin-bottom: 0px;

}
.men_items {
	padding: 3
a:focus{
  color:green;
}px;
}	
		