/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#nav a, #subMenusContainer a {
	text-decoration:none;
	display:block;
}
/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a {
	margin:0;
	float:left;
	padding:10px 18px;
	text-transform:uppercase;
	color: #2d2d2d;
	font-weight: bold;
	font-size: 12px;
}
/* Just sub menu links */
#subMenusContainer a, #nav li li a {
	color: #fff;
	font-size: 12px;
	text-align:left;
	background-color:#555555;
	padding:5px 20px;
}
/* All menu links on hover or focus */
#nav li a:hover, 
#nav li a:focus, 
#nav a.mainMenuParentBtnFocused{
	background: url(/web/20120110052855im_/http://www.lccsyria.org/wp-content/themes/WireNews/images/nav-hover.png) top left repeat-x;
	color:#fff;
    text-shadow: 0 1px 0 #343030;
}
/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused {
	background-color: #787474;
	color:#fff;
}
/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn {
	background: url(/web/20120110052855im_/http://www.lccsyria.org/wp-content/themes/WireNews/img/arrow_right.gif) right center no-repeat;
}
/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused {
	background: url(/web/20120110052855im_/http://www.lccsyria.org/wp-content/themes/WireNews/img/arrow_right_over.gif) right center no-repeat;
}
/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn {
	/*background: url(/web/20120110052855im_/http://www.lccsyria.org/wp-content/themes/WireNews/img/arrow_down.gif) right center no-repeat;*/
}
/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused {
	/*background: url(/web/20120110052855im_/http://www.lccsyria.org/wp-content/themes/WireNews/img/arrow_down_over.gif) right center no-repeat;*/
}
/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW {
	display:none;
	position: absolute;
	overflow:hidden;
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}
/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {
	/*border around submenu goes here*/	 
	background: none;
	left:0;
}
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li {
	/*great place to use a background image as a divider*/
	background:url(/web/20120110052855im_/http://www.lccsyria.org/wp-content/themes/WireNews/images/nav-separator.png) right center no-repeat;
	cursor: pointer;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 2px 0 0;
	height: 32px;
	display: inline;
}
#subMenusContainer li {
	list-style: none;
}
/* main menu ul or ol elment */
#nav {
	width: 950px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	font-size: 12px;
	display: block;
}
#nav .children{
	display: none;
}
#subMenusContainer {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}
/*
     FILE ARCHIVED ON 05:28:55 Jan 10, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:48:29 Aug 12, 2025.
     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: 0.514
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.018
  esindex: 0.011
  cdx.remote: 1628.557
  LoadShardBlock: 97.416 (3)
  PetaboxLoader3.datanode: 102.492 (4)
  load_resource: 88.928
  PetaboxLoader3.resolve: 70.58
*/