/*********************************************************************
* Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH { /* menu wrapper div */	
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
	z-index: 100;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#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;
	display: block;
	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;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH { /* menu wrapper div */
    float: left;
	width: 100%;
	background: #dbe6a4;
	border-top: solid 1px #756744;
	border-bottom: solid 1px #756744;
	clear: both;
}

#houseMenuH li { /* all list items */
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	*width: 100%;
	_width: 100%;
	background: none;
}

#houseMenuH a { /* all links within the menu wrapper */
    color : #756744;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight : bold;
	padding: 6px 7px;
	text-decoration : none;
	width: auto;
}

#houseMenuH li li a { /* all item links under the top level */
    padding: 6px 7px;
}

#houseMenuH li a:hover 
{
    color: #756744;
	padding: 6px 7px;
	text-decoration: underline;
}

#houseMenuH li li a:hover {
	padding: 6px 7px;
}

#houseMenuH a.ArrowPointer { text-indent: 10px; background: url('/images/DropMenuArrow.gif') no-repeat 0 6px; }


#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 50px;
	line-height: 14px;
}



#houseMenuH li ul { /* second-level lists */
    display: none;
    background: #dbe6a4;
}





/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuHParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH #houseMenuHParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: underline;
}

#houseMenuH #houseMenuHCurrentLink
{ /* current link itself */
	text-decoration: underline;
}