body {margin-top:0;}
#jusbar * {padding:0; margin:0;}
#jusbar.jb {font:12px Arial, Verdana, sans-serif; color:#000; background:url(http://s.jus.com.br/img/bgbj.gif) left bottom repeat-x; height:36px;}
#jusbar div {width:988px; text-align:left; margin:0 auto;}
#jusbar #jlb {margin-right:40px; float:left;}
#jusbar .nav {list-style-type:none; float:left; margin-top:10px; _margin-top:5px; line-height:1;}
#jusbar .nav li {float:left; position:relative; z-index:99; height:18px; _padding-top:3px; _padding-bottom:3px;}
#jusbar .nav li a {color:#000; text-decoration:none; padding:4px 9px; border-left:1px solid #BBB;}
#jusbar .nav li.active a {font-weight:bold;}
#jusbar .nav li.down a {padding-right:16px; background:url(http://s.jus.com.br/img/st2.gif) right center no-repeat;}
#jusbar .nav li a:hover {color:#000; text-decoration:none; background-color:#e8e8e8;}
#jusbar .nav li.down:hover a, #jusbar .nav li.sfHover a {border-left-color:#f0f0f0; border-right:1px solid #666;
  background:#e8e8e8 url(http://s.jus.com.br/img/st2.gif) right center no-repeat;}
#jusbar .fbusca {float:right; margin-top:3px;}
#jusbar .fbusca fieldset {border:none;}
#jusbar #qb {border:1px solid #72706D; height:19px; padding:2px 0 0 2px; width:185px; vertical-align:middle; background:#fff url(http://s.jus.com.br/img/bgbj.gif) 4px 3px no-repeat;}
#jusbar #i {vertical-align:middle;}

#jusbar .nav ul {position:absolute; top:-999em; width:14em; background-color:#e8e8e8;
  border:1px solid #666; border-top:none; border-left-color:#f0f0f0; padding:5px 0; list-style-type:none;}
#jusbar .nav ul li {width:13.6em; padding:0 0.2em; height:auto;}
#jusbar .nav ul li a {font-weight:normal !important; background:none !important;
  border:none !important; display:block; font-size:11px; padding:5px;}
#jusbar .nav ul li a:hover {background:#ddd !important; color:#285E18;}
#jusbar .nav li:hover ul, #jusbar .nav li.sfHover ul {top:18px; _top:20px;}

/*#jusbar .nav li:hover li ul, #jusbar .nav li.sfHover li ul {top:-999em;}
#jusbar .nav li li:hover ul, #jusbar .nav li li.sfHover ul {left:11.5em; top:-1px;}
#jusbar .nav li li:hover li ul, .nav li li.sfHover li ul {top:-999em;}
#jusbar .nav li li li:hover ul, ul.nav li li li.sfHover ul {left:11.5em; top:-1px;}
/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
/*.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way 
}
/* A quick note about issues with submenus appearing under Flash animations. Some say that setting wmode="opaque" or  wmode="transparent" on the embed or object tag is sufficient. This does fix many issues but I find it sometimes helps to also add this CSS: */
/*embed, object {
	position: relative;
	z-index: 0;
}*/
