
/* ==========================
    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: 180px;
	margin-bottom: 3px;}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 180px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	border: 1px solid #ffffff;
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 4px;
	background-color: #90bedc;
	text-decoration: none;
	font-weight: bold;
	width: 171px;
	_width: 184px;
	margin-left: 0px;
	margin-right: 0px;

}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: #046fb9;
	color: #ffffff;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
background-color: #bac3c0;
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	border: 1px solid #ffffff;
	padding-left: 6px;
	background-color: #bac3c0;
	width: 180px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 171px;
	_width: 184px;
	/* end hack */

	}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 6px;
	background-color: #bac3c0;
	width: 180px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 171px;
	_width: 188px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 6px;
	background-color: #EFEBDD;
	width: 180px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 171px;
	_width: 184px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 6px;
	background-color: #EFEBDD;
	font-weight: normal;
	width: 180px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 171px;
	_width: 184px;
	/* 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-image:	url(images/topmenu_grad02.gif);
	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: #ffcc00;*/
	background-image:	url(/Portals/0/topmenu_grad02.gif);
	text-decoration: none;
}