/* 
	WordPress Menubar Plugin
	ssf-red.css stylesheet for the Superfish template

	Credits:

	Superfish v1.4.8 - jQuery menu plugin by Joel Birch
	http://users.tpg.com.au/j_birch/plugins/superfish/

	Search box design by the LightWord theme
	http://www.lightword-theme.com/
*/

/*** start superfish.css ***/

/*** ESSENTIAL STYLES ***/
.ssf-red, .ssf-red * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.ssf-red {
	line-height:	1.0;
}
.ssf-red ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.ssf-red ul li {
	width:			100%;
}
.ssf-red li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.ssf-red li {
	float:			left;
	position:		relative;
}
.ssf-red a {
	display:		block;
	position:		relative;
}
.ssf-red li:hover ul,
.ssf-red li.wpm-hover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.ssf-red li:hover li ul,
ul.ssf-red li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-red li li:hover ul,
ul.ssf-red li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.ssf-red li li:hover li ul,
ul.ssf-red li li.wpm-hover li ul {
	top:			-999em;
}
ul.ssf-red li li li:hover ul,
ul.ssf-red li li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.ssf-red a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/web/20171023205657im_/http://www.jjacob.pt/wp-content/plugins/menubar/templates/Superfish/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.ssf-red ul .sf-sub-indicator { background-position:  -10px 0; }
.ssf-red ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.ssf-red ul a:focus > .sf-sub-indicator,
.ssf-red ul a:hover > .sf-sub-indicator,
.ssf-red ul a:active > .sf-sub-indicator,
.ssf-red ul li:hover > a > .sf-sub-indicator,
.ssf-red ul li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/web/20171023205657im_/http://www.jjacob.pt/wp-content/plugins/menubar/templates/Superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** end superfish.css ***/

.ssf-red-wrap {
	clear:			both;
	margin: 		10px 0 0 0;
	padding:		0;
	font-size: 		12px;
	font-weight: 	bold;
	height:			30px;
	position:		relative;
	z-index:		49;
}

/

#menu {
	clear: right;
	margin: 0;
	height: 31px;
	position: relative;
	top: -110px;
	margin-left: 250px;
	*z-index: 2;
}
#menu ul li {
	float: left;
	padding: 2px;
	font: 13px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#menu ul li a {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 10px;
}
#menu ul li a em {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
#menu ul li a:hover {
	text-decoration: none;
}
#menu ul li ul {
	margin-top: -5px;
}
#menu ul li ul li {
	margin-top: -4px;
	font: 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#menu ul li ul li a {
	background-color: #ffffff !important;
	color: #5a5a5a;
	text-transform: none;
	text-align: left;
	border: 1px solid #ffffff !important;
	padding: 3px 10px;
}
#menu ul li .selected {
	background-color: #ffffff !important;
}
#menu ul li ul li a:hover {
	background-color: #ffda05 !important;
	color: #ffffff !important;
	text-transform: none;
	text-align: left;
	border: 1px solid #ffda05 !important;
}
#menu .a a {
	border: 0;
	background-color: #e32b2e;
	border: 1px solid #e32b2e;
}
#menu .a a:hover {
	border: 0;
	border: 1px solid #e32b2e;
	color: #e32b2e;
	background-color: white;
}
#menu .b a {
	border: 0;
	background-color: #ffda05;
	border: 1px solid #ffda05;
}
#menu .b a:hover {
	border: 0;
	border: 1px solid #ffda05;
	color: #ffda05;
	background-color: white;
}
#menu .c a {
	border: 0;
	background-color: #9bc444;
	border: 1px solid #9bc444;
}
#menu .c a:hover {
	border: 0;
	border: 1px solid #9bc444;
	color: #9bc444;
	background-color: white;
}
#menu .d a {
	border: 0;
	background-color: #2a61aa;
	border: 1px solid #2a61aa;
}
#menu .d a:hover {
	border: 0;
	border: 1px solid #2a61aa;
	color: #2a61aa;
	background-color: white;
}

/*
     FILE ARCHIVED ON 20:56:57 Oct 23, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:54:14 Nov 29, 2018.
     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):
  LoadShardBlock: 376.26 (3)
  esindex: 0.008
  captures_list: 391.731
  CDXLines.iter: 10.482 (3)
  PetaboxLoader3.datanode: 368.773 (4)
  exclusion.robots: 0.216
  exclusion.robots.policy: 0.203
  RedisCDXSource: 2.203
  PetaboxLoader3.resolve: 37.137
  load_resource: 95.252
*/