/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
ul#houseMenuVstatic {
	padding:0px; margin:0px;
}
#houseMenuVstatic ul
{
	margin: 0; padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style:none;
	width:auto;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	margin: 0; padding: 0;
	border: 0;
	list-style:none;
	width:auto;
	border-bottom:1px dotted #CCCCCC;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	margin: 0;
	/* padding: 4px 5px 4px 15px; */
	padding-top:4px;
	padding-bottom:4px;
	display: block;
	color: #014e92;
	text-decoration: none;
	font-weight: bold;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	color: #014e92; font-weight: bold;
	text-decoration: none;
	background-color:#d4e4f2;
}

/* Applied to first-level links */
#houseMenuVstatic li a
{
	padding-left: 15px;
}

/* Applied to second-level links */
#houseMenuVstatic li ul li { border:none;}
#houseMenuVstatic li ul li a
{
	padding-left: 30px !important;
}

/* Applied to third-level links */
#houseMenuVstatic li ul li ul li { border:none;}
#houseMenuVstatic li ul li ul li a
{
	padding-left: 45px !important;
}

/* Applied to fourth-level links */
#houseMenuVstatic li ul li ul li ul li { border:none;}
#houseMenuVstatic li ul li ul li ul li a
{
	padding-left: 60px !important;
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	/* padding-left: 55px; */
	display:none;
}

.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: #014e92;
	text-decoration: none;

}

a#houseMenuParentLink
{ /* parent link itself */
	color: #014e92;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #666666;
	text-decoration: none;
	background-image: url(images/arrow_nav_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
