/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
}

/* these are all the LIs in the menu*/
.dropdown li {
	margin:0;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFB119;

}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	background-color: #173962;
	border:1px solid #CCA122;
	border-top:0;
	margin-left:-1px;
	padding: 5px;
	width: 160px;
	direction: ltr;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background-color: #173962;
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background-color: #173962;
}
/*
     FILE ARCHIVED ON 14:27:21 May 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:43:02 Mar 21, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 89.14
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.058
  cdx.remote: 0.055
  esindex: 0.009
  LoadShardBlock: 62.51 (3)
  PetaboxLoader3.datanode: 76.34 (4)
  load_resource: 133.311
  PetaboxLoader3.resolve: 55.812
*/