		body{
			background: #032660;}
		div, span{
			display: block;
}
		#SBW_mainBody{
			width: 810px;
			margin: 0 auto 0 auto;
			}
		#SBW_headerLogo{
			width: inherit;
			height: 195px;
			border:none;
			}
		#AB{
			width: 91px;
			height: 29px;
			margin-left: -1px;
			background: #ffffff url(SBWnav_Services.gif) top center no-repeat;}
		#CF{
			width: 179px;
			height: 29px;
			margin-left: -1px;
			background: #ffffff url(SBWnav_InvestStrat.gif) top center no-repeat;}
		#GJ{
			width: 112px;
			height: 29px;
			margin-left: -1px;
			background: #ffffff url(SBWnav_InvestProf.gif) top center no-repeat;}
		#KR{
			width: 235px;
			height: 29px;
			margin-left: -1px;
			background: #ffffff;}
		#ST{
			width: 78px;
			height: 29px;
			margin-left: -1px;
			background: #ffffff;}
		#UZ{
			width: 110px;
			height: 29px;
			margin-left: -1px;
			background: #ffffff;}
					
		#SBW_bodyWrapper{
			background: #E9E9E9 url(SBW_pageBottom.gif) bottom center no-repeat;
			width: 760px;
			margin: 4px auto 0 auto;
			padding: 20px;
			font: 12px Arial, Helvetica, sans-serif;
			color: #042D65;
			z-index:0;
			}

		#SBW_bodyWrapper h1{font: 20px Arial, Helvetica, sans-serif; color: #042D65; margin: 0 0 .75em 0;}
		#SBW_bodyWrapper h1 span{display: inline; font-size: 26px;}
		
		#SBW_leftColumn{
			width: 355px;
			float: left;
			border-right: solid 2px #D5D5D5;
			padding-right: 25px;
			line-height: 16px;
			color: #042D65;}
		#SBW_rightColumn{
			width: 320px;
			padding: 0 25px 0 25px;
			float:right;
			line-height: 16px;}
		#SBW_addressBar{
			width: 760px;
			clear: both;			
			padding: 26px 0 14px 0;
			text-align: center;
			background: url(SBW_addressBack.gif) bottom center repeat-x;
			font-weight: bold;}
		#SBW_disclaimer{
			font-size: 10px;
			text-align: center;}
		#SBW_privacyLink{
			float: right;
			clear: both;
			font-weight: bold;
			color: #042D65;}
					

/****************** Drop Down menu ******************************/
.dropDownMenu {
font: 13px Arial, Helvetica, sans-serif;
text-align:left;  position:relative;  background: #fff; width:799px; height:30px; margin:0 auto;
}
.dropDownMenu ul {
padding:0; margin:0; list-style-type: none;
}
.dropDownMenu ul li {
float:left; position:relative;
}
.dropDownMenu ul li.Services {background:transparent url(SBWnav_Services.gif); width:87px}
.dropDownMenu ul li.subserv { border:#003366 1px solid;  white-space:nowrap; width:160px;}
.dropDownMenu ul li.Services a, .dropDownMenu ul li.Services a:visited {
display:block; text-decoration:none; width:87px; height:30px; color:#000; padding-left:0px; line-height:29px;
}

.dropDownMenu ul li.phil_Stra {background:transparent url(SBWnav_InvestStrat.gif) left no-repeat; width:176px;}
.dropDownMenu ul li.philStra { border:#003366 1px solid;  white-space:nowrap; width:200px;}
.dropDownMenu ul li.phil_Stra a, .dropDownMenu ul li.phil_Stra a:visited {
display:block; text-decoration:none; width: 176px; height:30px; color:#000; padding-left:0px; line-height:29px;
}
.dropDownMenu ul li.Professional {background:transparent url(SBWnav_InvestProf.gif) left no-repeat; width:109px;}
.dropDownMenu ul li.ProfSub { border:#003366 1px solid;  white-space:nowrap; width:185px;}
.dropDownMenu ul li.Professional a, .dropDownMenu ul li.Professional a:visited {
display:block; text-decoration:none; width: 109px; height:30px; color:#000; padding-left:0px; line-height:29px;
}
.dropDownMenu ul li.EconomicMac {background:transparent url(SBWnav_EcoMarket.gif) left no-repeat; width:232px}
.dropDownMenu ul li.EconomicMac a, .dropDownMenu ul li.EconomicMac a:visited {
display:block; text-decoration:none; width: 232px; height:30px; color:#000; padding-left:0px; line-height:29px;
}
.dropDownMenu ul li.Contact {background:transparent url(SBWnav_Contact.gif) left no-repeat; width:75px}
.dropDownMenu ul li.Contact a, .dropDownMenu ul li.Contact a:visited {
display:block; text-decoration:none; width: 75px; height:30px; color:#000; padding-left:0px; line-height:29px;
}
.dropDownMenu ul li.Links {background:transparent url(SBWnav_Links.gif) left no-repeat; width:102px; }
.dropDownMenu ul li.Links a, .dropDownMenu ul li.Links a:visited {
display:block; text-decoration:none; width: 102px; height:30px; color:#000; padding-left:0px; line-height:29px;
}

.dropDownMenu ul li ul {
visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden;
}

.dropDownMenu table {
margin:-1px; border-collapse:collapse; font-size:1em;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.dropDownMenu ul li:hover a,
.dropDownMenu ul li a:hover {
 text-decoration: none; border:0; background-color:transparent;
}
.dropDownMenu ul li:hover ul,
.dropDownMenu ul li a:hover ul {
	visibility:visible;
	width: auto;
	height:auto;
	position:absolute;
	top:30px;
	left:-1px;
	background:#fff;
	border:1px solid #003366;
	overflow: visible;
	white-space: nowrap;
	display: table; 
}
.dropDownMenu ul li:hover ul li a,
.dropDownMenu ul li a:hover ul li a {
display:block; background:transparent; text-decoration:none; color: #333333; height:auto; width:100%;
}

.dropDownMenu ul li:hover ul li a:hover,
.dropDownMenu ul li a:hover ul li a:hover {
color:#fff; background-color:#B4C9E6; text-decoration: none; width: auto;
}
.dropDownMenu ul li:hover ul li:hover ul,
.dropDownMenu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0; color:#999;  height:auto; border:2px solid #fff; display: table;
}
