/* ==========================
    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: 35px;
	padding-bottom: 4px;
	color: #336699;
	padding-top: 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	width: 145;
	_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
{
	display: block;
	padding-right: 2px;
	padding-left: 55px;
	padding-bottom: 4px;
	color: #336699;
	padding-top: 0px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	width: 145;
	_width: 190;
	margin: 0;
	background-color: none;	
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	display: block;
	padding-right: 2px;
	padding-left: 65px;
	padding-bottom: 4px;
	color: #336699;
	padding-top: 0px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	width: 145;
	_width: 190;
	margin: 0;
	background-color: none;	
}


.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;
}

