/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
/* .explore-villa ul, .explore-house ul { display: none; position: absolute; top: 1.0em; margin-top: 34px;  left: -245px; width: 425px; } */
.explore-villa ul, .explore-house ul { display: none; position: absolute; top: 1.0em; margin-top: 34px;  left: -266px; width: 485px; }

.explore-house ul { left: 0; }

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.explore-villa li, .explore-house li { float: left;   position: relative; margin-right: -1px;}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.explore-villa ul li, .explore-house ul li { float: left; margin: 0; margin-bottom: -1px; font: 10px Arial, Helvetica, sans-serif!important; color: #666; }

.explore-villa ul li a, .explore-house ul li a { float: left!important; background: none!important; text-indent: 0!important; width: auto!important; height: auto!important; font: 10px Arial, Helvetica, sans-serif!important; color: #666; padding: 0 2px!important; text-decoration: none!important; }
.explore-villa ul li a:hover, .explore-house ul li a:hover { color: #993333!important; text-decoration: underline!important; }

.explore-villa ul>li:last-child, .explore-house ul>li:last-child { margin-bottom: 1px; /* Mozilla fix */ }

/* Only style submenu indicators within submenus. */
.explore-villa a .subind { display: none; }
.explore-villa ul a .subind { display: block; float: right; }


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.explore-villa a, .explore-house a { float: left; }
.explore-villa ul a, .explore-house ul a { float: none; }
.explore-villa a, .explore-house a { float: none; }

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .explore-villa ul li, *:first-child+html .explore-house ul li { float: left;  }
* html .explore-villa ul li, * html .explore-house ul li { float: left; height: 1%; }
* html .explore-villa ul a, * html .explore-house ul a { height: 1%;}
/* End Hacks */


