.rc_navbar_left ul.popout {
	margin-left:0;
}

.popout, .popout * {
	margin:0;
	padding:0;
	list-style:none outside none;
	position:relative;
	zoom:1;
}
.popout {
	line-height:1.0;
}
.popout ul {
	position:absolute;
	top:-999em;
	padding:10px 50px 10px 10px;
	background:#d0d0d0;
	color:#222;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
}
body .popout li.hover li {
	float:none;
	background:none;
	padding:0;
	margin:0;
	position:relative;
	z-index:99;
	display:block;
}
body .popout li.hover li a {
	display:block;
	padding:3px 0;
}
body .popout li li {
	font-size:13px;
}

.popout li:hover ul,
ul.popout li.hover ul {
	left:-17px;
	padding-top:10px;
	top:23px;
	width:240px;
}
.popout li:hover li ul,
.popout li.hover li ul {
	top:-999em;
}
.popout li li:hover ul,
ul.popout li li.hover ul {
	left:-17px;
	top:33px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
.popout .icons a
{
	padding:1px 0 1px 22px;
	background-position:0 0;
	background-repeat:no-repeat;
	line-height:22px;
}
.popout .share
{
	background:url('../images/resource_center/icons/icon-share.png') 0 50% no-repeat;
	padding:1px 40px 1px 20px;
	margin:0;
	line-height:22px;
}
