/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	padding-left: 0px;
	background: none;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana;
	font-weight:normal;
	font-size: 11px;
	list-style-type: none;
	text-align: left;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	text-align: left;
	display: inline;
	padding-left: 10px;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	text-align: left;
	padding-right: 6px;
	display: block;
	padding-left: 10px;
	padding-bottom: 4px;
	border-bottom: thin dotted #EAEAEA;
	color: #0084FF;
	padding-top: 4px;
	background-color: #ffffff;
	background: none;
	background-image: none;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: #ffffff;
	text-decoration: underline;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 12px;
	background-color: #6699cc;
	width: 138px;
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 18px;
	background-color: #6699cc;
	width: 138px;
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 24px;
	background-color: #6699cc;
	width: 138px;
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #6699cc;
	font-weight: normal;
	width: 138px;
}

.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) */
	color: #0084FF;
	padding-left: 0px;
	background-color: #ffffff;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */

	color: #0084FF;
	padding-left: 0px;
	background-color: #ffffff;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
