/* ================================================================ 
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/final_drop5.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.
=================================================================== */
/* style the outer div to give it width */

.propertymenu {font-size:0.75em;padding-bottom:0px; background: /*#923f01*/ url(images/propertymenu_bg.png); width:888px}

/* remove all the bullets, borders and padding from the default list styling */
.propertymenu ul {padding:0;margin:0;list-style-type:none; height:2.0em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the 
        dropdown menu positon */
.propertymenu ul li {float:left;height:2em;line-height:2em;}

/* style the links for the top level */
.propertymenu a, .propertymenu a:visited {display:block;float:left;height:100%;font-size:1.0em;
        text-decoration:none;color:#fff;background:transparent;padding:0 5px 0 5px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.propertymenu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}

/* style the sub level 1 background */
.propertymenu ul :hover a.sub1 {background:url(images/menu_hover.png);}

/* style the level hovers */
/* first */
* html .propertymenu a:hover {color:#000;background:url(images/menu_hover.png); position:relative; z-index:150;}
.propertymenu li:hover {position:relative;}
.propertymenu :hover > a {color:#000;background:url(images/menu_hover.png);}
