#heading {
	overflow:hidden;
}
#heading.autoHeaderWidth {
    width: expression(document.body.clientWidth > 970 ? "100%" : "970px");
}
#account {
	width:auto;
}
#account .overlay {
	filter:alpha(opacity=90);
}

#account .toggleFundsDisplay {
	margin: 0;
}

#userLogin, #userAccount {
	float:left;
}

#userLogin #userLoginForm {
	padding: 1px 0 1px 0;
}

#userLogin #loginLinks {
	padding-bottom: 2px;
}

#account .accountRow {
	width:250px;
}

#account #walletAmounts {
	margin-top:0px;
}

#account #walletAmounts .fundsRow {
	margin-top:0px;
}

#navAccountContainer {
	position:static;
}

#navAccountContainer #logoContainer {
	height: 62px;
}

#dropdownContainer .dropdownBody 
{
	float:left;
}

#dropdownContainer .dropdown .scroller {
	float:left;
}

#subNavigationLinks ul {
	background:#435a69 url(/images/navigation/header_IE_tabGradientSelected.gif) repeat-x 0 -27px;
}

#subNavigation.join {
	height:4px;
	line-height:1px;
	font-size:1px;
	width:100%;
	background: transparent url("/images/navigation/ie_tabs_join.gif") repeat-x 0 0;
	padding:0px;
	margin:0px;
}

#productNavigation {
	background:transparent url("/images/navigation/ie_tabs_background.gif") no-repeat scroll right top;
}

#heading.darkBackground #productNavigation {
    background:transparent url("/images/navigation/ie_tabs_background_dark_bg.png") no-repeat scroll right top;
}

#productNavigation li.selected.hover span.tab1 {
	background: transparent url("/images/navigation/ie_selected_tab_right.gif") no-repeat scroll right top;
}

#productNavigation li.selected.hover span.tab2 {
	background: transparent url("/images/navigation/ie_selected_tab_left.gif") no-repeat scroll left top;
}

#productNavigation li.hover span.tab1 {
	background: transparent url("/images/navigation/ie_highlight_tab_right.gif") no-repeat scroll right top;
}

#productNavigation li.hover span.tab2 {
	background: transparent url("/images/navigation/ie_highlight_tab_left.gif") no-repeat scroll left top;
}

#productNavigation li.selected span.tab1 {
	background: transparent url("/images/navigation/ie_selected_tab_right.gif") no-repeat scroll right top;
}

#productNavigation li.selected span.tab2 {
	background: transparent url("/images/navigation/ie_selected_tab_left.gif") no-repeat scroll left top;
}

