@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at #/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#multi-level {height:30px; width:960px; position:relative; z-index:100;}
#multi-level .pad {float:left; position: relative; top: -40px;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; 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; height:37px;}
.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.p1 {width:77px; background:url(multi_level-files/deadrich_on_r2_c1.gif) no-repeat;}
.menu li.p2 {width:85px; background:url(multi_level-files/deadrich_on_r2_c2.gif) no-repeat;}
.menu li.p3 {width:121px; background:url(multi_level-files/deadrich_on_r2_c3.gif) no-repeat;}
.menu li.p4 {width:131px; background:url(multi_level-files/deadrich_on_r2_c4.gif) no-repeat;}
.menu li.p5 {width:94px; background:url(multi_level-files/deadrich_on_r2_c5.gif) no-repeat;}
.menu li.p6 {width:113px; background:url(multi_level-files/deadrich_on_r2_c6.gif) no-repeat;}
.menu li.p7 {width:129px; background:url(multi_level-files/deadrich_on_r2_c7.gif) no-repeat;}
.menu li.p8 {width:90px; background:url(multi_level-files/deadrich_on_r2_c8.gif) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:77px; background:url(multi_level-files/deadrich_off_r2_c1.gif) no-repeat;}
.menu li a#about {width:85px; background:url(multi_level-files/deadrich_off_r2_c2.gif) no-repeat;}
.menu li a#residential {width:121px; background:url(multi_level-files/deadrich_off_r2_c3.gif) no-repeat;}
.menu li a#commercial {width:131px; background:url(multi_level-files/deadrich_off_r2_c4.gif) no-repeat;}
.menu li a#rentals {width:94px; background:url(multi_level-files/deadrich_off_r2_c5.gif) no-repeat;}
.menu li a#localinfo {width:113px; background:url(multi_level-files/deadrich_off_r2_c6.gif) no-repeat;}
.menu li a#findhomes {width:129px; background:url(multi_level-files/deadrich_off_r2_c7.gif) no-repeat;}
.menu li a#contact {width:90px; background:url(multi_level-files/deadrich_off_r2_c8.gif) no-repeat;}

/* 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#home:hover, .menu li:hover a#home,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#residential:hover, .menu li:hover a#residential,
.menu li a#commercial:hover, .menu li:hover a#commercial,
.menu li a#rentals:hover, .menu li:hover a#rentals,
.menu li a#localinfo:hover, .menu li:hover a#localinfo,
.menu li a#findhomes:hover, .menu li:hover a#findhomes,
.menu li a#contact:hover, .menu li:hover a#contact {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_about level */
.menu :hover ul.sub_about {left:0; top:36px; background: #fff; padding:5px 0; border:1px solid #999999; white-space:nowrap; width:160px; height:auto;}
.menu :hover ul.sub_about li {display:block; height:23px; position:relative; float:left; width:160px;}
.menu :hover ul.sub_about li a {display:block; font-size:12px; height:20px; width:87px; line-height:20px; color:#000085; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px; padding-left:5px;}
.menu :hover ul.sub_about li a:hover {text-decoration:underline;}

/* set up the first drop down sub_residential level */
.menu :hover ul.sub_residential {left:0; top:36px; background: #fff; padding:5px 0; border:1px solid #999999; white-space:nowrap; width:166px; height:auto;}
.menu :hover ul.sub_residential li {display:block; height:23px; position:relative; float:left; width:166px;}
.menu :hover ul.sub_residential li a {display:block; font-size:12px; height:20px; width:87px; line-height:20px; color:#000085; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px; padding-left:5px;}
.menu :hover ul.sub_residential li a:hover {text-decoration:underline;}

/* set up the first drop down sub_residential level */
.menu :hover ul.sub_commercial {left:0; top:36px; background: #fff; padding:5px 0; border:1px solid #999999; white-space:nowrap; width:172px; height:auto;}
.menu :hover ul.sub_commercial li {display:block; height:23px; position:relative; float:left; width:172px;}
.menu :hover ul.sub_commercial li a {display:block; font-size:12px; height:20px; width:87px; line-height:20px; color:#000085; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px; padding-left:5px;}
.menu :hover ul.sub_commercial li a:hover {text-decoration:underline;}

/* set up the first drop down sub_rentals level */
.menu :hover ul.sub_rentals {left:0; top:36px; background: #fff; padding:5px 0; border:1px solid #999999; white-space:nowrap; width:186px; height:auto;}
.menu :hover ul.sub_rentals li {display:block; height:23px; position:relative; float:left; width:186px;}
.menu :hover ul.sub_rentals li a {display:block; font-size:12px; height:20px; width:87px; line-height:20px; color:#000085; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px; padding-left:5px;}
.menu :hover ul.sub_rentals li a:hover {text-decoration:underline;}

/* set up the first drop down sub_localinfo level */
.menu :hover ul.sub_localinfo {left:0; top:36px; background: #fff; padding:5px 0; border:1px solid #999999; white-space:nowrap; width:113px; height:auto;}
.menu :hover ul.sub_localinfo li {display:block; height:23px; position:relative; float:left; width:113px;}
.menu :hover ul.sub_localinfo li a {display:block; font-size:12px; height:20px; width:87px; line-height:20px; color:#000085; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px; padding-left:5px;}
.menu :hover ul.sub_localinfo li a:hover {text-decoration:underline;}

/* set up the first drop down sub_findhomes level */
.menu :hover ul.sub_findhomes {left:0; top:36px; background: #fff; padding:5px 0; border:1px solid #999999; white-space:nowrap; width:148px; height:auto;}
.menu :hover ul.sub_findhomes li {display:block; height:23px; position:relative; float:left; width:148px;}
.menu :hover ul.sub_findhomes li a {display:block; font-size:12px; height:20px; width:87px; line-height:20px; color:#000085; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px; padding-left:5px;}
.menu :hover ul.sub_findhomes li a:hover {text-decoration:underline;}