#info {height:400px;}


/* ================================================================ 
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/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.suburb-menu {
font-size:90%;
width:170px;
border: 1px solid #ff7e3e;
padding:0 0 10px 0;
margin:0 0 0 0; /* this page only */
}
.suburb-menu ul {
padding:0 0 0 2px;
margin:0;
list-style-type:none;
font-weight: 700;
width:148px;
}
.sub{
font-weight: 400;
width:148px;
padding:0;
margin:0;
}

.sub:hover{
color:#174668; 
background:#ffd8c6;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.suburb-menu ul ul{
z-index:1;
position:absolute;
top:0;
left:128px; 
padding:0;
margin:0 0 0 20px;
list-style-type:none;
font-weight: 400;
width:200px;
background:#ffffff;
white-space:nowrap;
visibility:hidden;
}

/* hack for IE5.5 */
* html .suburb-menu ul {margin-left:0px; ma\rgin-left:0;}
* html .suburb-menu ul ul{left:150px; l\eft:0px;}
/* position relative so that you can position the sub levels */
.suburb-menu li {
position:relative;
background:#fff;
height:20px;
}

/* get rid of the table */
.suburb-menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.suburb-menu a, .suburb-menu a:visited {
display:block; 
text-decoration:none;
height:20px;
line-height:20px;
width:100%;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .suburb-menu a, * html .suburb-menu a:visited {background:#fff; width:148px; w\idth:149px;}
/* style the link hover */
* html .suburb-menu a:hover {color:#fff; background:#ff7e3e;}

.suburb-menu :hover > a {
color:#fff; 
background:#ff7e3e;
}

/* make the second level visible when hover on first level list OR link */
.suburb-menu ul li:hover ul,
.suburb-menu ul a:hover ul {
visibility:visible;
border: 1px solid #ff7e3e;
padding:0 1px 1px 0;
}

/* keep the third level hidden when you hover on first level list OR link */
.suburb-menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.suburb-menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.suburb-menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.suburb-menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

