#info {height:500px;}

#nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
line-height: 2em;
font-family: arial;
font-size: 10pt;
font-weight: bold;
z-index: 1000;
}

#nav li:hover, #nav li.sfhover {
background-image: url(images/bu_bg.jpg);

}
#nav a {
display: block;
width: 153px;
}

#nav a:link { color: black }
#nav a:visited { color: black }

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}


#nav li { /* all list items */
float: left;
width: 153px; /* width needed or else Opera goes nuts */

}

#nav li ul { /* second-level lists */
position: absolute;
background: #E2ECEE;
border: solid white;
border-width: 1px 0 0 0;
text-align: center;

width: 153px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#content {
clear: left;

}
