/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuCity, #houseMenuCity ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuCity li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuCity li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuCity a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuCity li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuCity li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuCity li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuCity li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuCity li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuCity li:hover ul ul, 
#houseMenuCity li:hover ul ul ul, 
#houseMenuCity li.sfhover ul ul, 
#houseMenuCity li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuCity li:hover ul, 
#houseMenuCity li li:hover ul, 
#houseMenuCity li li li:hover ul, 
#houseMenuCity li.sfhover ul, 
#houseMenuCity li li.sfhover ul, 
#houseMenuCity li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuCity iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuCity, #houseMenuCity ul { /* all submenu lists */
	background-color: #1C2E44;
	/*line-height: 12px;*/
	width: 782px;
	height: 30px;
	background-image: url(MenuCityImages/arrow.gif); 
	padding-left: 2px;
}

#houseMenuCity li { /* all list items */
	
	height: 30px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
	background-image: url(MenuCityImages/img_arrow5.gif);
	background-repeat: repeat-y;
	
}

#houseMenuCity a { /* all links within the menu wrapper */
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	
	text-decoration : none;
	letter-spacing: 0px;
	color : #FFFFFF;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 16px;
	padding-left: 20px;
	width: auto;
	height: 30px;
	
}



#houseMenuCity li a:hover {
	border-left: solid 0px #666; 
	border-right: solid 0px #666; 
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 16px;
	padding-left: 20px;	
	color: #FFFFFF;
	background-color: #224163; 
		background-image: url(MenuCityImages/img_arrow5.gif);
	background-repeat: repeat-y;
}

/* Firefox */
html>body #houseMenuCity li a:hover  {height: 19px;} 



#houseMenuCity #houseMenuCurrentItem
{ /* current link itself */
	color: #FFFFFF; 
	background-color: #224163; 
	text-decoration: none;
}


