/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuV ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	width: 324px;
	

}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuV li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 324px;
	
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuV a
{
	padding-right: 6px;
	display: block;
	padding-left: 24px;
	padding-bottom: 4px;
	color: #666666;
	padding-top: 8px;

	background-image: url(/Portals/0/back_submenu02.gif);
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 324px;
	height: 15px;
	_width: 355px;
	_height:28px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuV a:hover
{
	
	color: #666666;
	text-decoration: underline;
}

/* Applied to first-level links */
#houseMenuV ul a
{
}

/* Applied to second-level links */
#houseMenuV ul ul a
{
	padding-left: 24px;
	
	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 179px;
	_width: 355px;
	color: #666666;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuV ul ul ul a
{
	padding-left: 24px;
	color: #666666;
	width: 179px;
	/* hack for MacIE5 to ignore, while other browsers use \*/

	_width: 209px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuV ul ul ul ul a
{
	padding-left: 24px;
	background-color: #e6e6e6;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 120px;
	_width: 144px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuV ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #e6e6e6;
	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: #666666;
	background-color: #e6e6e6;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #666666;
	background-color: #e6e6e6;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #666666;
	background-color: #e6e6e6;
	text-decoration: none;
}
	* html #houseMenuV li a{ 
		width: 355px;
		}

