/* ================================================================ 
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 */

.propertymenuvertical {font-size:0.75em;padding-bottom:0px; }

/* remove all the bullets, borders and padding from the default list styling */
.propertymenuvertical 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 */
.propertymenuvertical ul li {height:2em;line-height:2em;background: url(images/propertymenu_bg.png); width:250px}

/* style the links for the top level */
.propertymenuvertical a, .propertymenuvertical 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 */
.propertymenuvertical table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}

/* style the sub level 1 background */
.propertymenuvertical ul :hover a.sub1 {background:url(images/menu_hover.png);}

/* style the level hovers */
/* first */
* html .propertymenuvertical a:hover {color:#000;background:url(images/menu_hover.png); position:relative; z-index:150;}
.propertymenuvertical li:hover {position:relative;}
.propertymenuvertical :hover > a {color:#000;background:url(images/menu_hover.png);}

