#nav, #nav ul { /* all lists */
	padding: 0; margin: 0;
	list-style: none;
	line-height: 1;
	z-index:200;
}

#nav a {display: block;}
#nav a.tall {height:47px;}
#nav li { /* all list items */
	float: left;
}
#nav #asset {width:113px; height:47px; background:url(../images/buttons/asset.gif) no-repeat;}
#nav #asset_on {width:113px; height:47px; background:url(../images/buttons/asset_on.gif) no-repeat;}
#nav #wealth {width:110px; height:47px; background:url(../images/buttons/wealth.gif) no-repeat;}
#nav #wealth_on {width:110px; height:47px; background:url(../images/buttons/wealth_on.gif) no-repeat;}
#nav #weekly {width:110px; height:47px; background:url(../images/buttons/weekly.gif) no-repeat;}
#nav #weekly_on {width:110px; height:47px; background:url(../images/buttons/weekly_on.gif) no-repeat;}
#nav #education {width:111px; height:47px; background:url(../images/buttons/education.gif) no-repeat;}
#nav #education_on {width:111px; height:47px; background:url(../images/buttons/education_on.gif) no-repeat;}
#nav #client {width:114px; height:47px; background:url(../images/buttons/client.gif) no-repeat;}
#nav #client_on {width:114px; height:47px; background:url(../images/buttons/client_on.gif) no-repeat;}
#nav #about {width:118px; height:47px; background:url(../images/buttons/about.gif) no-repeat;}
#nav #about_on {width:118px; height:47px; background:url(../images/buttons/about_on.gif) no-repeat;}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #D4E8EB;
	border-top:1px solid #FFF;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:0px;
	z-index:200;
}
#nav li ul.sub {width:120px;}

#nav li ul#sub_asset {width:113px; margin-left:0px;}
#nav li ul#sub_weekly {width:110px; margin-left:1px;}
#nav li ul#sub_education {width:111px;  margin-left:1px;}
#nav li ul#sub_client {width:114px; margin-left:0px;}
#nav li ul#sub_about {width:118px; margin-left:0px;}

#nav li ul#sub_asset a {width:109px;}
#nav li ul#sub_wealth a {width:106px;}
#nav li ul#sub_weekly a {width:106px;}
#nav li ul#sub_education a {width:107px;}
#nav li ul#sub_client a {width:110px;}
#nav li ul#sub_about a {width:114px;}

#nav li ul a { 
	font:bold 1em verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	color:#C77528;
	border-top:1px solid #D4E8EB;
	border-bottom:1px solid #FFF;
	padding:4px 2px;
}


#nav li ul a:hover { 
	text-decoration:none;
	color:#353A4C;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background:#FFF;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 120px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



