/*******************************************************
                   EXCELSIOR LA FONTE CSS
*******************************************************/
#houseMenuH { /* menu wrapper div */
	width: 100%;
	height: 29px;
	white-space: nowrap;
	margin:0px;
	padding:0px;
}

#houseMenuH ul { /* all submenu lists */
	
	background-color: #eee;
	padding: 0;
	margin: 0;
	border: 0;
	/*list-style-type: none;*/
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	height: 24px;
	margin-right:5px;
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 144px;
	height: 24px;
	z-index: 11113;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight : bold;
	font-variant:small-caps;
	text-decoration : none;
	color :#fff;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 13px;
	_height: 100%;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	padding: 5px;
	width: 134px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 140px;
	height: 13px;
	_height: 100%;
	/* end hack */
}

#houseMenuH li a:hover {

	padding: 5px;

	color: #ccc; 
}

#houseMenuH li li a:hover {

	padding: 5px;
	_width: 140px;
	
	color: #ccc;
}

#houseMenuH li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color:#428494;
	margin: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-moz-opacity: 0.85;
	text-align:left;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 1px 0 0 0;
	_margin: 0;
	/* end hack */
	line-height: 14px;
}

#houseMenuH li ul a{
	color:#fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1.00;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;

}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	margin: 0px;
	
	height: 14px;
	color: #fff; 
	text-decoration: none;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}

