/* CSS Document */
#multi-level {
height:36px;
position:relative;
z-index:100;
}

#multi-level .pad {
float:left;
}

.menu, .menu ul {
list-style-type:none; 
padding:0;
margin:0; 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

/* Set up the top level list items and float left to place inline */
.menu li.top {
float:left;
display: block;
position:relative;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
border-collapse:collapse;
width:0;
height:0;
position:absolute; 
top:0; 
left:0;
}

/* Default top link link styling */
.menu li.top a.top_link {
display:block;
float:left;
}

.menu li.top a span {
position:absolute;
left:-9999px; 
top:0; 
z-index:0; 
font-size:10px;
} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.propertysearch {
background-image: url(images/hnav_propsearch1.gif);
width: 157px;
height: 36px;
}

.menu li.neighborhoods {
background-image: url(images/hnav_neighborhoods1.gif);
width: 133px;
height: 36px;
}

.menu li.recreation {
background-image: url(images/hnav_recreation1.gif);
width: 105px;
height: 36px;
}

.menu li.community {
background-image: url(images/hnav_community1.gif);
width: 108px;
height: 36px;
}

.menu li.buyer {
background-image: url(images/hnav_buyer1.gif);
width: 69px;
height: 36px;
}

.menu li.seller {
background-image: url(images/hnav_seller1.gif);
width: 67px;
height: 36px;
}

.menu li.aboutus {
background-image: url(images/hnav_aboutus1.gif);
width: 112px;
height: 36px;
}

/* set up the normal unhovered images in the links */
.menu li a#propertysearch {
background-image: url(images/hnav_propsearch.gif);
width: 157px;
height: 36px;
}

.menu li a#neighborhoods {
background-image: url(images/hnav_neighborhoods.gif);
width: 133px;
height: 36px;
}

.menu li a#recreation {
background-image: url(images/hnav_recreation.gif);
width: 105px;
height: 36px;
}

.menu li a#community {
background-image: url(images/hnav_community.gif);
width: 108px;
height: 36px;
}

.menu li a#buyer {
background-image: url(images/hnav_buyer.gif);
width: 69px;
height: 36px;
}

.menu li a#seller {
background-image: url(images/hnav_seller.gif);
width: 67px;
height: 36px;
}

.menu li a#aboutus {
background-image: url(images/hnav_aboutus.gif);
width: 112px;
height: 36px;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
visibility:visible;
} 

/* for IE6 */
.menu li:hover { 
position:relative;
z-index:200;
} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#propertysearch:hover, .menu li:hover a#propertysearch,
.menu li a#neighborhoods:hover, .menu li:hover a#neighborhoods,
.menu li a#recreation:hover, .menu li:hover a#recreation,
.menu li a#community:hover, .menu li:hover a#community,
.menu li a#buyer:hover, .menu li:hover a#buyer,
.menu li a#seller:hover, .menu li:hover a#seller,
.menu li a#aboutus:hover, .menu li:hover a#aboutus {
background:transparent;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
position:absolute;
left:-9999px;
top:-9999px; 
width:0; 
height:0;
}

/* set up the first drop down sub level */
.menu :hover ul.sub {
background-color: #002078;
left:0;
top:35px;
white-space:nowrap;
width: 226px;
height:auto;
width: auto;
padding: 3px;
}

.menu :hover ul.sub li {
display: block;
position:relative;
float:left;
background-color: #002078;
line-height:22px;
font-size:11px;
width: 226px;
text-indent: 8px;
}

.menu :hover ul.sub li a {
text-decoration: none;
background-color: #002078;
display:block;
color:#ffffff;
width: 226px;
}

.menu :hover ul.sub li a:hover {
text-decoration: none;
background-color: #0a37a3;
display:block;
color: #FFFFFF;
width: 226px;
}

.menu :hover ul.sub li a.fly {
background:#002078 url(images/arrow_over.gif) no-repeat 100px 10px;
color:#ffffff;
}

.menu :hover ul.sub li a.fly:hover {
background:#0a37a3 url(images/arrow_over.gif) no-repeat 100px 10px; 
color:#FFFFFF;
}

.menu :hover ul li:hover > a.fly {
background:#002078 url(images/arrow_over.gif) no-repeat 100px 10px;
color:#ffffff;
} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {
background-color: #002078;
left:200px;
top: 0px;
white-space:nowrap;
width: 226px;
z-index:200;
z-index:400;
height:auto;
padding: 3px;
}
