/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	width: 144px;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	padding-right: 6px;
	display: block;
	padding-left: 4px;
	padding-bottom: 4px;
	color: #cccccc;
	padding-top: 4px;
	background-color: Black;
	text-decoration: none;
	font-weight: bold;
	width: 138px;
	_width: 144px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: Black;
	color: #ffffff;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 18px;
	background-color: Black;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 132px;
	_width: 144px;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 24px;
	background-color: black;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 126px;
	_width: 144px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 28px;
	background-color: #4B0082;
	width: 138px; /* hack for MacIE5 to ignore, while other browsers use \*/
	width: 120px;
	_width: 144px; /* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 32px;
	background-color: #8B008B;
	font-weight: normal;
	width: 138px; /* hack for MacIE5 to ignore, while other browsers use \*/
	width: 114px;
	_width: 144px; /* 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: #9400D3;
	background-color: Black;
	text-decoration: none;
}

a#houseMenuParentLink
{
	/* parent link itself */
	color: #9400D3;
	background-color: Black;
	text-decoration: none;
	font: bold;
}

a#houseMenuCurrentLink
{
	/* current link itself */
	color: #DAA520;
	background-color: Black;
	text-decoration: none;
	font: bold;
}
