/* ==========================
    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: 275;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 275;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	display: block;
	padding-right: 2px;
	padding-left: 8px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 265;
	_width: 275;
	margin: 0;
	background-color: #95b3dc;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{

	font-color: #000000;
	color: #000000;
	background-color: #b3cae9;
	
}


/* Applied to second-level links */
#houseMenuVstatic ul ul a
{	
	font-size: 12px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 18px;
	background-color: #95b3dc;
	width: 255;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 275;
	/* 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: #95b3dc;
	width: 240;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 275;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	font-size: 10px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 48px;
	background-color: #95b3dc;
	width: 250;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 275;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	font-size: 10px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 63px;
	background-color: #95b3dc;
	font-weight: normal;
	width: 210;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 275;
	/* 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: #ffffff;
	background-color: #7fa3d3;
	text-decoration: none;
	font-size: 12px;
}


a#houseMenuCurrentLink
{ /* current link itself */	
	color: #000000;
	text-decoration: none;
}
