/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	margin: 0;
	border: none;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	width: auto;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	margin: 0;
	padding: 0;
	display:inline;
	list-style-type:none;
	position: relative;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	padding-right: 0;
	display:block;
	padding-left: 0;
	padding-bottom: 5px;
	color: #494949;
	padding-top: 5px;
	text-decoration: none;	
	font-weight: normal;
	margin-left: -10px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	color: #969696;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
	margin: 0;
	padding: 0;
	text-indent:5px;	

}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding: 0;
	text-indent:5px;		

}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding: 0;
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding: 0;

}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding: 0;
	font-weight: normal;
}

.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) */
	margin:0;
	padding-left:0;
	padding-bottom:25px;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #969696;
	text-decoration: none;
	margin-left:-25px;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #969696;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #969696;
	text-decoration: none;
}