/*--------------------------------------------------------------

Wealth Within HOMEPAGE Screen Stylesheet

--------------------------------------------------------------*/
body {
	background:#fff;
}

#share-trade-number {
	position: relative;
	float: left;
	top:0;
	left:94px;
	height:25px;
	width:165px;
	background:transparent;
	}
	
#home-login-form {
	float: right;
	margin:20px 5px 0 0;
	font-size: 80%;
	color:#1F60A9;
}

#home-login-form input {
	font-size: 75%;
}

#home-login-form input.login {
	color:#fff;
	background:#5385BD url(images/member-login.gif) repeat-x;
	border:1px solid #1F60A9;
	width:40px;
	}

#nav-home {
	background:transparent url(/images/main-top-nav-back.gif) repeat-x 0 -32px;
}

#nav-home a span, #nav-home a:visited span {
	border-right:1px solid #E87B00;
}

#homepage-right-banner {
	float:right;
	margin-top: 2px;
	line-height: 0.1em;
}

#homepage-content-wrap {
	margin-top: 2px;
	float: left;
	line-height:1.1;
	overflow:hidden;
	width: 852px;
	}

#wealth-box {
	width: 100%;
}

#wealth-box td {
	vertical-align: top;
}

#wealth-box td {
	height: 92px;
}

#wealth-box td.row-1 {
	height: 164px;
}

a.home-link:hover {
	text-decoration:none;
	}

#footer {
	margin: 0px;
	padding: 20px 0 0 0;
	background-image:transparent url(/images/footer-back.gif) repeat-x scroll 0 0;
}

#footer-nav {
	margin-left: 0px;
	padding: padding:10px 0 0 100px;
}

/*--------------------------------------------------------------
 Homepage sIFR replacement styles
--------------------------------------------------------------*/
.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size:22px !important;
	color:#1F60A9;
	}
.sIFR-hasFlash h2 {
	visibility:visible;
	font-size:105% !important;
	font-weight:bold;
	letter-spacing:0;
	}
 .sIFR-hasFlash #login-form h2 {
	font-weight:normal;
	font-size:120% !important;
	}
	
/*--------------------------------------------------------------
 home menu
--------------------------------------------------------------*/

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 280px;
	line-height: 0;
	background-color: white;
	z-index: -1;
	}

.menu ul li {
	position:relative;
	z-index: 1;
	}
	
.menu li ul {
	position: absolute;
	display: none;
	left:0;
	top: 70px;
	background-color: #1F60A9;
	}
	
.menu ul li ul {
	border-top: 1px solid #487CA7;
}
	
.menu ul li ul li {
	border: 1px solid #487CA7;
	border-top: 0;
}

.menu ul li ul li a, .menu ul li ul li a:visited {
	display: block;
	text-decoration: none;
	font-size:70%;
	padding: 1px 0 1px 4px;
	padding:8px 5px 8px 5px;
	line-height: 5px;
	color: #fff;
	}
	
.menu ul li ul li a:hover {
	background-color: #E87B00;
	color: #fff;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
.menu li:hover ul,.menu li.over ul  { display: block; }

.menu td p {
	padding: 10px;
}
