@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

#hoverExcav 
{
    display: none;
	}
#hoverExcav ul.MenuBarVertical
{
    display: none;
}
#hoverExcav:hover ul.MenuBarVertical
{
    display: none;
}
#hoverUtility 
{
    display: none;
	}
#hoverUtility ul.MenuBarVertical
{
    display: none;
}
#hoverUtility:hover ul.MenuBarVertical
{
    display: none;
}

#hoverHomeowner 
{
    display: none;
}
#hoverHomeowner ul.MenuBarVertical
{
    display: none;
}
#hoverHomeowner:hover ul.MenuBarVertical
{
    display: none;
}

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box */
ul.MenuBarVertical
{
    display: none;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
    display: none;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
    display: none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
    display: none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
    display: none;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
    display: none;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders */
ul.MenuBarVertical
{
    display: none;
}
/* Submenu containers have borders*/
ul.MenuBarVertical ul
{
    display: none;
}
/* Menu items */
ul.MenuBarVertical a
{
    display: none;
}
/* Menu items that have mouse over or focus */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
    display: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
    display: none;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
    display: none;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
    display: none;
	}
}
