/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#info h3 {margin-bottom:200px;}
/* style the outer div to give it width */
.menu_bottom {
width:905px;
height:36px;
font-size:0.85em;
padding: 0px 11px 0px 12px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu_bottom ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu_bottom ul ul {
width:181px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu_bottom li {
float:left;
width:181px;
position:relative;
}
/* style the links for the top level */
.menu_bottom a, .menu_bottom a:visited {
display:block;
font-size:11px;
text-decoration:none; 
width:180px; 
height:36px; 
border:1px solid #fff; 
border-width:0px 0px 0 0; 
padding-left:0px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_bottom a, * html .menu_bottom a:visited {
width:181px;
w\idth:170px;
}

/* style the second level background */
.menu_bottom ul ul a.drop, .menu_bottom ul ul a.drop:visited {

}
/* style the second level hover */
.menu_bottom ul ul a.drop:hover {

}
.menu_bottom ul ul :hover > a.drop {

}
/* style the third level background */
.menu_bottom ul ul ul a, .menu ul ul ul a:visited {

}
/* style the third level hover */
.menu_bottom ul ul ul a:hover{

}
.menu_bottom ul ul ul :hover > a {

}

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

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_bottom ul ul {
visibility:hidden;
position:absolute;
bottom:0px;
left:0; 
width:181px;
}
* html .menu_bottom ul ul {
bottom:0px;
}
/* position the third level flyout menu */
.menu_bottom ul ul ul{
left:181px; 
bottom:0;
width:181px;
}
/* position the third level flyout menu for a left flyout */
.menu_bottom ul ul ul.left {
left:-181px;
}


/* style the second level links */
.menu_bottom ul ul a, .menu_bottom ul ul a:visited {
height:auto; 
line-height:1em; 
padding:0px 0px; 
width:180px
/* yet another hack for IE5.5 */
}
* html .menu_bottom ul ul a{
width:181px;
w\idth:161px;
}


/* style the top level hover */
.menu_bottom a:hover, .menu_bottom ul ul a:hover{
}
.menu_bottom :hover > a, .menu_bottom ul ul :hover > a {
}

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

