body {color: #172550;margin:0px;background-color: #A4B6CE;padding-bottom:0%; font-family:tahoma,sans-serif; background-image:url('http://www.buildingbridgesconference.com/images/bg.gif'); background-repeat:repeat-x; padding-left:0px; padding-right:0px; padding-top:0px; margin-bottom:0px}
table,tr,td {color: #172550; font-family: tahoma,sans-serif; font-size: 8pt;border-collapse:collapse;border-spacing:0px;padding:0px;vertical-align:top;}
img {border:0px; font-size:8pt; font-family:Tahoma,sans-serif;}
ul  {list-style: square;}

#h {color: #FFFFFF;font-weight: bold; background-color: #B82716; background-image: url('http://www.buildingbridgesconference.com/images/redbg.gif'); vertical-align: middle}
#f {color: #a4B6CE; text-align: center; background-color: #071644; vertical-align: middle; width: 756px;background-image: url('http://www.buildingbridgesconference.com/images/fbg.gif');}
#f1 {background-color: #071644; width: 6px; height: 22px; background-image: url('http://www.buildingbridgesconference.com/images/footer1.gif');}
#f2 {background-color: #071644; width: 6px; height: 22px; background-image: url('http://www.buildingbridgesconference.com/images/footer2.gif');}
#ar {width: 12px; height: 6px; margin-left: 12px; margin-right: 8px; margin-bottom: 1px;}
#m {background-color: #15335D; background-image: url('http://www.buildingbridgesconference.com/images/mbg.png'); width: 184px; height: 24px; padding-top: 4px}
#m1 {background-color: #15335D; background-image: url('http://www.buildingbridgesconference.com/images/mbg1.png'); width: 184px; height: 26px; padding-top: 6px}
#m2 {background-color: #15335D; background-image: url('http://www.buildingbridgesconference.com/images/mbg2.png'); width: 184px; height: 24px; padding-top: 4px}
#mt {background-color: #061340; background-image: url('http://www.buildingbridgesconference.com/images/mtbg.gif'); vertical-align: middle; text-align: center; height: 23px; width: 768px}
#rc {width: 567px; background-color: White;}
#rcc {width: 269px; padding-top: 10px; padding-bottom: 5px;}
#lc {width: 184px; padding-bottom: 5px; background-color: #496D9C; text-align: center;}
#c10 {width: 10px;}
#b1 {background-image: url('http://www.buildingbridgesconference.com/images/border1.gif'); background-color: #1C457E}
#b2 {background-image: url('http://www.buildingbridgesconference.com/images/border2.gif'); background-color: #1C457E}
#b3 {background-image: url('http://www.buildingbridgesconference.com/images/border3.gif'); background-color: #1C457E}
#c1 {background-color: #B82716; width: 10px; height: 26px; background-image: url('http://www.buildingbridgesconference.com/images/redcorner1.gif');}
#c2 {background-color: #B82716; width: 9px; height: 26px; background-image: url('http://www.buildingbridgesconference.com/images/redcorner2.gif');}
#l {width:269px; height:21px;}
#d {width:16px; height:11px;}

a.fl:link, a.fl:visited {color: #a4B6CE;text-decoration: underline;}
a.fl:hover, a.fl:active{color: #FFFFFF;text-decoration: underline;}
a.m:link, a.m:visited{color: #C6D0DF;text-decoration : none; font-weight: bold;}
a.m:hover, a.m:active{color: #FFFFFF;text-decoration : none; font-weight: bold;}
a.tm:link, a.tm:visited{color: #C6D0DF;text-decoration : none;}
a.tm:hover, a.tm:active{color: #FFFFFF;text-decoration : none;}
a:link, a:visited{color: #0000CC;text-decoration : none;}
a:hover, a:active{color: #0000CC;text-decoration : underline;}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

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

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

</style>

<script type="text/javascript">

//SuckerTree Horizontal Menu (Sept 14th, 06)
//By Dynamic Drive: http://www.dynamicdrive.com/style/

var menuids=["treemenu1"] //Enter id(s) of SuckerTree UL menus, separated by commas

function buildsubmenus_horizontal(){
for (var i=0; i<menuids.length; i++){
  var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
    for (var t=0; t<ultags.length; t++){
		if (ultags[t].parentNode.parentNode.id==menuids[i]){ //if this is a first level submenu
			ultags[t].style.top=ultags[t].parentNode.offsetHeight+"px" //dynamically position first level submenus to be height of main menu item
			ultags[t].parentNode.getElementsByTagName("a")[0].className="mainfoldericon"
		}
		else{ //else if this is a sub level menu (ul)
		  ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it
    	ultags[t].parentNode.getElementsByTagName("a")[0].className="subfoldericon"
		}
    ultags[t].parentNode.onmouseover=function(){
    this.getElementsByTagName("ul")[0].style.visibility="visible"
    }
    ultags[t].parentNode.onmouseout=function(){
    this.getElementsByTagName("ul")[0].style.visibility="hidden"
    }
    }
  }
}

if (window.addEventListener)
window.addEventListener("load", buildsubmenus_horizontal, false)
else if (window.attachEvent)
window.attachEvent("onload", buildsubmenus_horizontal)

</script>
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */