@media screen{

/* mega menu styles */

div#navContainer ul#nav div.navHover a {
	background:url("/images/nav_bar_home_caret.png") no-repeat scroll 5px 28px transparent;
	z-index: 810;
}

#nav_asset_mgmt_secondary_top_nav img,
#nav_comm_bk_secondary_top_nav img,
#nav_invest_bk_secondary_top_nav img,
#nav_private_bk_secondary_top_nav img {
	left:0;
	padding-right:3px;
	position:relative;
	top:1px;
}

div#navContainer .nav_content_main {
	background-color:#ffffff;
	background-position: left top;
	background-repeat: repeat-x;
	display:none;
	height:289px;
	position:absolute;
	top:85px;
	width:980px;
	z-index:600;
}

div#navContainer .nav_content_main .nav_secondary_container {
	background-color: transparent;
	background-image: url("../images/megamenu_background.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 289px;
	margin: -10px 0 0 -16px;
	padding: 10px 16px 17px;
	width: 980px;
}

div#navContainer .nav_content_main .nav_secondary_container .secondary_section {
	width: 245px;
	margin: 0 0 25px;
	padding: 0;
	position: static;
	border: none;
	float:left;
}

div#navContainer .secondary_section ul {
	font-size: 14px;
	line-height: normal;
	color:#555555;
	margin: 32px 10px 0 25px;
	border-right: 1px solid #e4e4e4;
}

div#navContainer .secondary_section.noBorder ul {
	border-right: none;
}

div#navContainer .nav_content_main .nav_secondary_container  .secondary_section ul li {
	background-image: url("/images/bullet_green.jpg");
	background-position: 0 6px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 10px 8px;
	float: none;
}

div#navContainer .nav_content_main .nav_secondary_container  .secondary_section ul li.menu_title {
	background-image: none;
	font-weight: bold;
	padding: 0 0 8px;
}

div#navContainer .nav_content_main .nav_secondary_container .secondary_section ul li a {
    color: #54640d;
    cursor: normal;
    display: inline;
    font-size: 12px;
    line-height: 13px;
    margin-top: 0;
    padding-bottom: 0;
    position: static;
    text-decoration: underline;
    z-index: 800;
    border:none;
}

div#navContainer .nav_content_main .nav_secondary_container .secondary_section ul li a:hover {
    color: #343F01;
}


div#container div#content div#contentRight ul.pager {
	z-index: 550;
}

#nav_asset_mgmt2 .nav_content_main {
	margin-left:-228px;
}

#nav_comm_bk2 .nav_content_main {
	margin-left: -319px;
}

#nav_invest_bk2 .nav_content_main {
	margin-left: -404px;
}

#nav_private_bk2 .nav_content_main {
	margin-left: -486px;
}

#nav_wss2 .nav_content_main {
	margin-left: -554px;
}

#nav_tss2 .nav_content_main {
	margin-left: -632px;
}

#nav_asset_mgmt2.over .close,
#nav_comm_bk2.over .close,
#nav_invest_bk2.over .close,
#client.over .close {
	display: block !important;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 24px;
	right: 28px;
	text-indent: -90000em;
}

.bottom_nav_news {
	clear:both;
	margin: 0 25px;
	padding: 0;
}

.bottom_nav_news .menu_title {
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}


.bottom_nav_news_wrapper img {
	float:left;
	padding: 0 20px 80px 0;
}

.nav_separator{
	float:right;
	position:absolute;
	right:0;
	top:3px;
}

.spacer_div{
	width: 100%;
	height: 10px;
}

} /* end @media screen */

@media print{
	a{
		text-decoration: none !important;
	}

	body{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
	}

	object, embed {
		display: none !important;
		position: absolute !important;
	}

	#news_area_wrapper{
		page-break-inside: always !important;
	}

	div{
		float: none !important;
		top: 0 !important;
		left: 0 !important;
	}

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		vertical-align: baseline;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}

	body {
		line-height: 1;
		color: black;
		background: white;
	}

	ol, ul {
		list-style: none;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left;
		font-weight: normal;
	}

	.hiddenText {
		position: absolute; 
		width: 0px; 
		height: 0px; 
		font-size: 0px; 
		overflow: hidden; 
		top:0; 
		left:-5000px;
	}
	
}


/*overrides for AM megamenu */
div#navContainer .nav_content_main .nav_secondary_container div#nav_asset_mgmt_secondary_top_nav .secondary_section {
    margin: 0 0 5px;
}