/* ================================================================ 
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 http://www.cssplay.co.uk/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: 25px; width: 998px; background: url(http://www.homevisit.com/images-09/nav_bg.gif) top left repeat-x; position:relative; margin: 0; padding: 0 0 0 0; z-index:500; border: 0;}
#multi-level .pad {float:left;}

/* 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: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative; margin: 0;}

/* 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:25px;}
.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:121px; background:url(/images-09/nav-about-homevisit-on.gif) no-repeat;}
.menu li.p2 {width:84px; background:url(/images-09/nav-virtual-tours-on.gif) no-repeat;}
.menu li.p3 {width:42px; background:url(/images-09/nav-print-on.gif) no-repeat;}
.menu li.p4 {width:87px; background:url(/images-09/nav-photography-on.gif) no-repeat;}
.menu li.p5 {width:107px; background:url(/images-09/nav-using-homevisit-on.gif) no-repeat;}
.menu li.p6 {width:66px; background:url(/images-09/nav_priceList_on.gif) no-repeat;}
.menu li.p7 {width:97px; background:url(/images-09/nav_subscribeNow_on.gif) no-repeat;}
.menu li.p8 {width:51px; background:url(/images-09/nav-home-on.gif) no-repeat;}
.menu li.p9 {width:100px; background:url(/images-09/nav_myAccount_on.gif) no-repeat; float: right;}
.menu li.p10 {width:338px; background:url(/images-09/nav-new-to-homevisit-on.gif) no-repeat; float: right;}
.menu li.p11 {width:99px; background:url(/images-09/nav-bestof-gallery-on.gif) no-repeat;}
.menu li.p12 {width:89px; background:url(/images-09/nav-video-on.gif) no-repeat;}
.menu li.p13 {width:338px; background:url(/images-09/nav-whatsnew-on.gif) no-repeat; float: right;}

/* set up the normal unhovered images in the links */
.menu li a#about-the-program {width:121px; background:url(/images-09/nav-about-homevisit-off.gif) no-repeat;}
.menu li a#virtual-tours {width:84px; background:url(/images-09/nav-virtual-tours-off.gif) no-repeat;}
.menu li a#print {width:42px; background:url(/images-09/nav-print-off.gif) no-repeat;}
.menu li a#photography {width:87px; background:url(/images-09/nav-photography-off.gif) no-repeat;}
.menu li a#using-HomeVisit {width:107px; background:url(/images-09/nav-using-homevisit-off.gif) no-repeat;}
.menu li a#home {width:51px; background:url(/images-09/nav-home-off.gif) no-repeat;}
.menu li a#priceList {width:66px; background:url(/images-09/nav_priceList_off.gif) no-repeat;}
.menu li a#subscribeNow {width:97px; background:url(/images-09/nav_subscribeNow_off.gif) no-repeat;}
.menu li a#aboutHV {width:67px; background:url(/images-09/nav_aboutHV_off.gif) no-repeat;}
.menu li a#myAccount {width:100px; background:url(/images-09/nav_myAccount_off.gif) no-repeat;}
.menu li a#newToHV {width:338px; background:url(/images-09/nav-new-to-homevisit-off.gif) no-repeat;}
.menu li a#bestof {width:99px; background:url(/images-09/nav-bestof-gallery-off.gif) no-repeat;}
.menu li a#video {width:89px; background:url(/images-09/nav-video-off.gif) no-repeat;}
.menu li a#whatsnew {width:338px; background:url(/images-09/nav-whatsnew-off.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#about-the-program:hover, .menu li:hover a#about-the-program,
.menu li a#virtual-tours:hover, .menu li:hover a#virtual-tours,
.menu li a#print:hover, .menu li:hover a#print,
.menu li a#photography:hover, .menu li:hover a#photography,
.menu li a#using-HomeVisit:hover, .menu li:hover a#using-HomeVisit,
.menu li a#aboutHV:hover, .menu li:hover a#aboutHV,
.menu li a#priceList:hover, .menu li:hover a#priceList,
.menu li a#subscribeNow:hover, .menu li:hover a#subscribeNow,
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#myAccount:hover, .menu li:hover a#myAccount,
.menu li a#newToHV:hover, .menu li:hover a#newToHV,
.menu li a#bestof:hover, .menu li:hover a#bestof,
.menu li a#video:hover, .menu li:hover a#video,
.menu li a#whatsnew:hover, .menu li:hover a#whatsnew{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 {left:0; top:25px; background: #E6E3BD; padding:1px 0 0 0; border:1px solid #FFF;  border-top: 0; white-space:nowrap; width:165px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:165px;}
.menu :hover ul.sub li a {display:block; font-size:10px; height:20px; width:165px; line-height:20px; text-indent:3px; color:#062247; text-decoration:none; border:0;}
.menu :hover ul.sub li a.fly {background:#E6E3BD url(/images-09/arrow.gif) 158px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#062247; color:#E6E3BD;}
.menu :hover ul.sub li a.fly:hover {background:#062247 url(/images-09/arrow_over.gif) 158px 7px no-repeat; color:#E6E3BD;}
.menu :hover ul li:hover > a.fly {background:#062247 url(/images-09/arrow_over.gif) 158px 7px no-repeat; color:#E6E3BD;} 

/* 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
{left:165px; top:-4px; background: #E6E3BD; padding:3px 0; border:1px solid #FFF; border-top: 0; white-space:nowrap; width:165px; z-index:200; height:auto; z-index:300;}

