.ddsmoothmenu{
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

.ddsmoothmenu ul li .subContent {
	margin-top:1px;
	width:207px;
	background:#FFF;
}
.ddsmoothmenu ul li .subContent.Family {
	width:179px;
}
.ddsmoothmenu ul li .subContent.Family .Content {
	background:url(../images/dropdown-bg2.gif) top left repeat-y;
}
.ddsmoothmenu ul li .subContent .Content {
	background:url(../images/dropdown-bg.gif) top left repeat-y;
	padding:0 10px;
	font-family:Arial;
} 
.subContent .Content .LeftCol {
	width:270px;
	float:left;
}
.subContent .Content .LeftCol.Right {
	float:right;
	background:url(../images/shadow-divider.gif) top left no-repeat;
	padding-left:30px;
}
.subContent .Content .LeftCol dl {
	margin:0;
	padding:0;
}
.subContent .Content .LeftCol dl dt {
	margin:0;
	padding:0 0 10px 5px;
	overflow:hidden;
	display:block;
	background:url(../images/arrow.gif) 0 6px no-repeat;
}
.subContent .Content .LeftCol dl dt img {
	float:left;
	margin:3px 5px 0 0;
}
.subContent .Content .LeftCol dl dt h3  {
	font-size:13px;
	color:#353334;
	padding-left:8px;
}
.DropLearnmore {
	margin-left:8px;
}
.subContent .Content .LeftCol h2 {
	margin:4px 0 8px 0;
}
.subContent .Content .LeftCol dl dt h4 {
	font-size:12px;
	color:#807F80;
	padding-top:2px;
	line-height:14px;
	padding-left:10px;
}
.subContent .Content .MenuImgs {
	width:100%;
	padding-top:10px;
}
.subContent .Content .MenuImgs img {
	margin-right:10px;
}
#Header .ServiceTabs .ddsmoothmenu ul li.BusinessLounge .subContent .Content .LeftCol dl dt h4 a, #Header .ServiceTabs .ddsmoothmenu ul li.SmallBusiness .subContent .Content .LeftCol dl dt h4 a, #Header .ServiceTabs .ddsmoothmenu ul li.FamilyOffice .subContent .Content .LeftCol dl dt h4 a {
	width:auto;
	color:#807F80;
}
#Header .ServiceTabs .ddsmoothmenu ul li.BusinessLounge .subContent .Content a, #Header .ServiceTabs .ddsmoothmenu ul li.SmallBusiness .subContent .Content a, #Header .ServiceTabs .ddsmoothmenu ul li.FamilyOffice .subContent .Content a {
	display:inherit;
	float:none;
	width:auto;
	height:auto;
	text-indent:0;
	color:#353334;
	background:none;
}
#Header .ServiceTabs .ddsmoothmenu ul li.BusinessLounge .subContent .Content a:hover, #Header .ServiceTabs .ddsmoothmenu ul li.SmallBusiness .subContent .Content a:hover, #Header .ServiceTabs .ddsmoothmenu ul li.FamilyOffice .subContent .Content a:hover {
	color:#02689D;
	text-decoration:underline;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
.ddsmoothmenu ul li.SmallBusiness ul.DropMenu {
/*	margin-left:182px !important;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
