/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

#houseMenuVstatic 
{
	padding-top: 0px;
	margin-top: 0px;
	border: 0px solid black;	
}


/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	cursor: pointer; 
	color: white;
	background-color: #9cc4fc;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	list-style-type: none;
	margin-left: 16px;
	padding-top: 9px;
	padding-left: 0px;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	list-style-type: none;
	padding-bottom: 4px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	color: white;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	text-decoration: none;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	
}

.ArrowPointer
{
	
}



/* 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) */
	
}

a#houseMenuParentLink
{ /* parent link itself */
	list-style-type: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	list-style-type: none;
}
