#info h3 {margin-bottom:200px;}
/* style the outer div to give it width */
.menu {
width: 100%;
background: url(../images/bbfb_hdr_nav_bg2.gif) repeat-x;
padding: 0px;
margin: 0px;
text-align: left;
height:28px;
padding-left:12px;
}

html>body .menu {
width: 97.5%;
background: url(../images/bbfb_hdr_nav_bg2.gif) repeat-x;
padding: 0px;
margin: 0px;
text-align: left;
height:28px;
padding-left:18px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
display:block;
float:left;
width:120px;
position:relative;
}
/* style the links for the top level */
.menu ul li a, .menu ul li a:visited {
display:block;
color: #0066cc;
font-family:verdana;
font-size:11px;
font-weight:normal;
padding: 8px 0px 20px 0px;
margin: 0px;
text-decoration: none;
cursor:default;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu ul li a, * html .menu ul li a:visited {
width:140px;
w\idth:120px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; top:31px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:40px;
left:-10;
width:140px;
border: 1px solid #cccccc;
background-color: white;
padding:3px 3px 3px 3px;
}

html>body .menu ul ul {
visibility:hidden;
position:absolute;
bottom:40px;
left:-10;
width:130px;
border: 1px solid #cccccc;
background-color: white;
padding:3px 3px 3px 3px;
}

* html .menu ul ul {
bottom:30px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited  {
display:block;
color:#0066cc;
line-height:1em;
margin:0px 3px 0px 3px;
width:139px;
padding:5px 2px 5px 2px;
}

* html .menu ul ul a{
width:140px;
w\idth:120px;
}

/* style the top level hover */
.menu ul li a:hover{
color:#959699;
background: url(../bb_info/content/footer/images/spacer.gif)url(../images/spacer.gif);
}
.menu ul li :hover > a{
color:#0066cc;
}

.menu ul ul li a:hover{
color:#0066cc;
text-decoration: underline;
background-color: #DEEAF6;
width:126px;
}

html>body .menu ul ul li a:hover{
color:#0066cc;
text-decoration: underline;
background-color: #DEEAF6;
width:120px;
}

.menu ul ul li :hover > a {
color:#0066cc;
text-decoration: underline;
background-color: #DEEAF6;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
display:block;
bottom:0;
}
