/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #003366;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	width: 190;
	background: none;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{

	display: inline;
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	width: 190;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	display: block;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 4px;
	color: #336699;
	padding-top: 4px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	width: 180;
	_width: 190;
	margin: 0;
	background-color: none;	
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{

	font-color: #ff0000;
	color: #ff0000;
	background-color: none;
	text-decoration: underline;
}


/* Applied to second-level links */
#houseMenuVstatic ul ul a
{	
	font-size: 11px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 25px;
	background-color: none;
	width: 170;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 190;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	font-size: 11px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 33px;
	background-color: none;
	width: 160;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 190;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	font-size: 11px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 48px;
	background-color: none;
	width: 140;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 190;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	font-size: 11px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 63px;
	background-color: none;
	font-weight: normal;
	width: 130;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 190;
	/* end hack */
}

.ArrowPointer
{
	cursor: default;
}



/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
   


a#houseMenuParentLink
{ /* parent link itself */
	color: #336699;
	background-color: none;
	text-decoration: none;
	font-size: 11px;
}


a#houseMenuCurrentLink
{ /* current link itself */	
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	list-style:square;
}

