/* 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: 6px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 6px;
	background-color: #3399FF;
	text-decoration: none;
	font-weight: bold;
	width: 168px;
	_width: 180px;
	margin: 0;
}
#houseMenuVstatic ul ul a
{
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 6px;
	background-color: #3399FF;
	text-decoration: none;
	font-weight: normal;
	width: 168px;
	_width: 180px;
	margin: 0;
}
#houseMenuVstatic ul ul ul a
{
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 6px;
	background-color: #3399FF;
	text-decoration: none;
	font-weight: normal;
	width: 168px;
	_width: 180px;
	margin: 0;
	font-style: italic;
}
/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: #016BB5;
	color: #FFFF00;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 16px;
	background-color: #64AEF8;
	width: 158px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 158px;
	_width: 180px;	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 24px;
	background-color: #96C8F9;
	width: 150px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 180px;	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 24px;
	background-color: #D9E8F8;
	width: 168px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 168px;
	_width: 180px;	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #ffffff;
	font-weight: normal;
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 168px;
	_width: 180px;	/* 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: #eeeeee;
	background-color: #ffffff;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #ffffff;
	text-decoration: none;
}

a#houseMenuCurrentLink 
{ /* current link itself */
	color: #ffffff;
	background-color: #016BB5;
	text-decoration: none;
}

ul a#houseMenuCurrentLink 
{ /* current link itself */
	color: #ffffff;
	background-color: #016BB5;
	text-decoration: none;
}

ul ul a#houseMenuCurrentLink 
{ /* current link itself */
	color: #ffffff;
	background-color: #016BB5;
	text-decoration: none;
}

ul ul ul a#houseMenuCurrentLink 
{ /* current link itself */
	color: #ffffff;
	background-color: #016BB5;
	text-decoration: none;
}
