@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

#menuPG2 {
z-index: 1000;
}

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 185px;
	vertical-align: top;
}



ul.MenuBarVertical li#propManagement a.MenuBarActive, ul.MenuBarVertical #propManagement a:hover, ul.MenuBarVertical #propManagement a:focus, ul.MenuBarVertical #propManagement a.MenuBarItemSubmenuHover {
	height:39px;
	background: url(../images/nav-propmanage-pg2.gif) no-repeat 0 -39px;
	z-index: 1000;
}

ul.MenuBarVertical li#aboutus a.MenuBarActive, ul.MenuBarVertical #aboutus a:hover, ul.MenuBarVertical #aboutus a:focus, ul.MenuBarVertical #aboutus a.MenuBarItemSubmenuHover {
	height:24px;
	background: url(../images/nav-aboutus-pg2.gif) no-repeat 0 -24px;
	z-index: 1000;
}

ul.MenuBarVertical li#rentalSearch a.MenuBarActive, ul.MenuBarVertical #rentalSearch a:hover, ul.MenuBarVertical #rentalSearch a:focus, ul.MenuBarVertical #rentalSearch a.MenuBarItemSubmenuHover {
	height:21px;
	background: url(../images/nav-vacrentals-pg2.gif) no-repeat 0 -21px;
	z-index: 1000;
}

ul.MenuBarVertical li#rentalSpecials a.MenuBarActive, ul.MenuBarVertical #rentalSpecials a:hover, ul.MenuBarVertical #rentalSpecials a:focus, ul.MenuBarVertical #rentalSpecials a.MenuBarItemSubmenuHover {
	height:23px;
	background: url(../images/nav-hotdeals-pg2.gif) no-repeat 0 -23px;
	z-index: 1000;
}

ul.MenuBarVertical li#servicePartners a.MenuBarActive, ul.MenuBarVertical #servicePartners a:hover, ul.MenuBarVertical #servicePartners a:focus, ul.MenuBarVertical #servicePartners a.MenuBarItemSubmenuHover {
	height:22px;
	background: url(../images/nav-servicepartners-pg2.gif) no-repeat 0 -22px;
	z-index: 1000;
}
ul.MenuBarVertical li#skiResorts a.MenuBarActive, ul.MenuBarVertical #skiResorts a:hover, ul.MenuBarVertical #skiResorts a:focus, ul.MenuBarVertical #skiResorts a.MenuBarItemSubmenuHover {
	height:23px;
	background: url(../images/nav-skiresorts-pg2.gif) no-repeat 0 -23px;
	z-index: 1000;
}

ul.MenuBarVertical li#parkcityInfo a.MenuBarActive, ul.MenuBarVertical #parkcityInfo a:hover, ul.MenuBarVertical #parkcityInfo a:focus, ul.MenuBarVertical #parkcityInfo a.MenuBarItemSubmenuHover {
	height:21px;
	background: url(../images/nav-park-city-info-pg2.gif) no-repeat 0 -21px;
	z-index: 1000;
}

ul.MenuBarVertical li#contact a.MenuBarActive, ul.MenuBarVertical #contact a:hover, ul.MenuBarVertical #contact a:focus, ul.MenuBarVertical #contact a.MenuBarItemSubmenuHover {
	height:22px;
	background: url(../images/nav-contactus-pg2.gif) no-repeat 0 -22px;
	z-index: 1000;
}

/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
/*	height: 30px;
*/	width: 185px;
	white-space: nowrap;
	font-weight:bold;
}

/* 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
{
	margin: 0 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	/*width:140px;*/
	left: -1000em;
	top: 0;
	/*border:1px solid #fff;*/
	
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	left: 0;

}


/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li {

	float: none;
	padding:0;  /* space between menu items*/
	text-indent: 10px;
	text-align:left;
	width: 160px;
	white-space:normal;


	
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	height: 26px;
	width: auto;
	
}

/* MY ADDITION:  move top level list text off of bg image */

#propManagement, #aboutus, #rentalSearch, #rentalSpecials, #servicePartners, #skiResorts, #parkcityInfo, #contact{
	text-indent: -1000px;
}

/* --------------------------------------------------------------------

MY ADDITIONS:  Main menu item NORMAL images 

----------------------------------------------------------------------- */


ul.MenuBarVertical #propManagement a {
	height:39px;
	outline: none;
	background: url(../images/nav-propmanage-pg2.gif) no-repeat;

}

ul.MenuBarVertical #aboutus a {
	height:24px;
	outline: none;
	background: url(../images/nav-aboutus-pg2.gif) no-repeat;

}

ul.MenuBarVertical #rentalSearch a {
	height:21px;
	outline: none;
	background: url(../images/nav-vacrentals-pg2.gif) no-repeat;

}

ul.MenuBarVertical #rentalSpecials a {
	height:23px;
	outline: none;
	background: url(../images/nav-hotdeals-pg2.gif) no-repeat;
}
ul.MenuBarVertical #servicePartners a {
	height:22px;
	outline: none;
	background: url(../images/nav-servicepartners-pg2.gif) no-repeat;
}

ul.MenuBarVertical #skiResorts a {
	height:23px;
	outline: none;
	background: url(../images/nav-skiresorts-pg2.gif) no-repeat;
}
ul.MenuBarVertical #parkcityInfo a {
	height:21px;
	outline: none;
	background: url(../images/nav-park-city-info-pg2.gif) no-repeat;
}
ul.MenuBarVertical #contact a {
	height:22px;
	outline: none;
	background: url(../images/nav-contactus-pg2.gif) no-repeat;
}

/* --------------------------------------------------------------------

MY ADDITIONS:  Main menu item HOVER images

----------------------------------------------------------------------- */


/* MY ADDITION:  These are the open submenus with no mouseover  */

/***Property Management Submenu Styles*****/
ul.MenuBarVertical li#propManagement ul li a
{
	color: #fff;
	height:17px;
	background:#6b081a url(../images/menu-submenus.gif) no-repeat 0 -40px;
	/*width:131px;*/
	font-size:11px;
	font-weight:bold;
	padding:7px 0 3px 3px;
	border:1px solid white;
	}

/* GOOD:  The submenu hover color/effect [[Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text]] */


ul.MenuBarVertical li#propManagement ul li a.MenuBarItemHover, 
ul.MenuBarVertical li#propManagement ul li a.MenuBarItemSubmenuHover, 
ul.MenuBarVertical li#propManagement ul li a.MenuBarSubmenuVisible

{	
height:17px;

	font-weight:bold;
	color: #6b081a;
	background:url(../images/menu-submenus.gif) no-repeat;
	font-weight:bold;

	}
	

ul.MenuBarVertical li#propManagement ul li a:hover{/*this forces the hover on the submenus to use a background position rather than the top nav background---this is specificly for IE 6*/
height:17px;

	font-weight:bold;
	color: #6b081a;
	background:url(../images/menu-submenus.gif) no-repeat;

}

/*** END Property Management Submenu Styles*****/


/***About Us Submenu Styles*****/
ul.MenuBarVertical li#aboutus ul li a
{
	color: #fff;
	height:17px;
	background:#6b081a url(../images/menu-submenus.gif) no-repeat 0 -40px;
	/*width:131px;*/
	font-size:11px;
	font-weight:bold;
	padding:7px 0 3px 3px;
	border:1px solid white;
	}

/* GOOD:  The submenu hover color/effect [[Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text]] */


ul.MenuBarVertical li#aboutus ul li a.MenuBarItemHover, 
ul.MenuBarVertical li#aboutus ul li a.MenuBarItemSubmenuHover, 
ul.MenuBarVertical li#aboutus ul li a.MenuBarSubmenuVisible

{	
height:17px;

	font-weight:bold;
	color: #6b081a;
	background:url(../images/menu-submenus.gif) no-repeat;
	font-weight:bold;

	}
	

ul.MenuBarVertical li#aboutus ul li a:hover{/*this forces the hover on the submenus to use a background position rather than the top nav background---this is specificly for IE 6*/
height:17px;

	font-weight:bold;
	color: #6b081a;
	background:url(../images/menu-submenus.gif) no-repeat;

}

/*** END About Us Submenu Styles*****/



/***Rental Management Submenu Styles*****/
ul.MenuBarVertical li#rentalSearch ul li a
{
	color: #fff;
	height:17px;
	background:#6b081a url(../images/menu-submenus.gif) no-repeat 0 -40px;
	/*width:131px;*/
	font-size:11px;
	font-weight:bold;
	padding:7px 0 3px 3px;
	border:1px solid white;

	}

/* GOOD:  The submenu hover color/effect [[Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text]] */


ul.MenuBarVertical li#rentalSearch ul li a.MenuBarItemHover, 
ul.MenuBarVertical li#rentalSearch ul li a.MenuBarItemSubmenuHover, 
ul.MenuBarVertical li#rentalSearch ul li a.MenuBarSubmenuVisible

{	
height:17px;

	font-weight:bold;
	color: #6b081a;
	background:url(../images/menu-submenus.gif) no-repeat;
	font-weight:bold;
	}
	

ul.MenuBarVertical li#rentalSearch ul li a:hover{/*this forces the hover on the submenus to use a background position rather than the top nav background---this is specificly for IE 6*/
height:17px;

	font-weight:bold;
	color: #6b081a;
	background:url(../images/menu-submenus.gif) no-repeat;
}

/*** END Rental Management Submenu Styles*****/


/***Contact Us Submenu Styles*****/
ul.MenuBarVertical li#contact ul li a
{
	color: #fff;
	height:17px;
	background:#6b081a url(../images/menu-submenus.gif) no-repeat 0 -40px;
	/*width:131px;*/
	font-size:11px;
	font-weight:bold;
	padding:7px 0 3px 3px;
	border:1px solid white;

	}

/* GOOD:  The submenu hover color/effect [[Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text]] */


ul.MenuBarVertical li#contact ul li a.MenuBarItemHover, 
ul.MenuBarVertical li#contact ul li a.MenuBarItemSubmenuHover, 
ul.MenuBarVertical li#contact ul li a.MenuBarSubmenuVisible

{	
height:17px;

	font-weight:bold;
	color: #6b081a;
	background:url(../images/menu-submenus.gif) no-repeat;
	font-weight:bold;
	}
	

ul.MenuBarVertical li#contact ul li a:hover{/*this forces the hover on the submenus to use a background position rather than the top nav background---this is specificly for IE 6*/
height:17px;

	font-weight:bold;
	color: #6b081a;
	background:url(../images/menu-submenus.gif) no-repeat;
}

/*** END Contact Us Submenu Styles*****/


/*******************************************************************************

 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
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

/* 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: inline;
		float: left;
		background: none;
	}
}
