/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */


#houseMenuVstatic ul
{
	text-align:left;
	background-color:transparent;
	margin: 0px 0px 0px 0px;
	border: 0;
	padding-top: 5px;
	padding-left:0px;
	font-family:sans-serif, Trebuchet "MS";
	font-size: 12px;
	list-style-type: none;
	width: 148px;
	/*opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);*/
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
	margin-left:4px;
	margin-right:auto;
	border: 0;
	padding-bottom:10px;
	width: 148px;
	

}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	/*padding-right: 6px;*/
	display: block;
	padding-left: 20px;
	
	/*padding-top:0px;*/
	color:#267499;
	/*padding-top: 4px;*/
	/*background-image:url(button.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	background-image:url(arrow_up.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: bold;
	width: 148px;
	width: 148px;
	margin: 0;
	height:20px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	
	/*padding-right: 6px;*/
	display: block;
	padding-left: 20px;
	/*padding-bottom: 4px;*/
	color: #003366;
	background-image:url(arrow_down.gif);
	background-position:top left;
	background-repeat:no-repeat;
	/*background-image:url(button_over.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	text-decoration: none;
	font-weight: bold;
	width: 138px;
	width: 148px;
	margin: 0;
	height:20px;
}

/* Applied to first-level links */


/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 12px;
	
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 132px;
	_width: 144px;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 18px;
	
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 126px;
	_width: 144px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 24px;

	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 120px;
	_width: 144px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	
	font-weight: normal;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 114px;
	_width: 144px;
	/* end hack */
}

.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: #eeeeee;

	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	/*padding-right: 6px;*/
	display: block;
	padding-left: 20px;
	/*padding-bottom: 4px;*/
	color:#003366;
	/*padding-top: 4px;*/
	/*background-image:url(button.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	background-image:url(arrow_down.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: bold;
	width: 138px;
	width: 148px;
	margin: 0;
	height:20px;
}
