#funds .sub {
	display:none;
	margin:0;
	padding:8px 0 0 0;
	position:absolute;
	left:0;
	top:40px;
	z-index:2;
}
#funds .inner {
	border:1px solid #ccc;
	float:left;
	margin:0;
	padding:4px;
	width:240px;
	background:white;

	box-shadow:0px 2px 3px 0px rgba(0, 0, 0, .3);
	-ms-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, .3);
	-o-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, .3);
}
#funds .sub ul {
	float:left;
	margin:0;
	padding:0;
	width:100%;

	border:0;
	-webkit-box-shadow:none;
	-webkit-border-radius:0;
}
#funds .sub li {
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
#funds .sub li {
	border-bottom: 1px solid #ccc;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
#funds .sub .last {
	border-bottom:none;
}
#funds .sub a {
	color:#4d4d4d;
	float:left;
	margin:0;
	padding: 7px 14px;
	width:212px;
	background:none;
	border:none;
	font-weight: 500;
}
#funds .sub .active {
	background:#4795d1;
	color:white;
}

#funds .sub .hover {
	background:#4795d1;
	color:white;
	text-decoration: underline;
}
#funds .arrow {
	position:absolute;
	left:0;
	top:0;
	height:9px;
	width:23px;
	background:url('../../image_shared/submenu-arrow.png') no-repeat 0 0;
	_background:url('../../image_shared/submenu-arrow.gif') no-repeat 0 0;
}
#funds .mutual-fund .arrow {
	left:30px;
}
#funds .private-fund .arrow {
	left:30px;
}
nav#funds .sub ul li:first-child {
	float:left;
	margin:0;
	padding:0;
	width:100%;
}