/* ===========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	width: 195px;
	margin-bottom: 3px;}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 195px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-right: 6px;
	display: block;
	padding-left: 20px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 4px;
	background-color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	width: 183px;
	_width: 195px;
	margin-left: 0px;
	margin-right: 0px;

}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
/*	background-color: #ff9900;
	color: #ffffff;*/
	text-decoration: underline;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	color: #9966cc;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 26px;
	background-color: #ffe0b2;
	width: 195px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 183px;
	_width: 194px;
	/* end hack */

	}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	color: #9966cc;
	padding-left: 6px;
	background-color: #ffe0b2;
	width: 195px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 183px;
	_width: 194px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 6px;
	background-color: #ffe0b2;
	width: 195px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 181px;
	_width: 194px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 6px;
	background-color: #EFEBDD;
	font-weight: normal;
	width: 195px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 181px;
	_width: 194px;
	/* end hack */
}

.ArrowPointer
{
	cursor: default;
}



/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #ffffff;
	background-color: #90bedc;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #90bedc;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #ff9900;
	text-decoration: none;
}
