/* ================================
    CSS STYLES FOR Module HouseMenu
   ================================
*/

/* Vertical Menu */
#houseMenuV ul { /* all lists */
	
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
	float : left;
	width : 131px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	background: transparent;
}

#houseMenuV li { /* all list items */
	list-style-type: none;
	list-style: none;
	position : relative;
	float : left;
	width: 131px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 131px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
	margin: 0;
	padding: 0;
	border: 0;
}



#houseMenuV li ul { /* second-level lists */
	position : absolute;
	left: -9999px;
	margin-left : 110px;
	_margin-left : 110px;
	margin-top : -21px;
	border: solid 1px #999;
	Background: #ffffff;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#houseMenuV a {
	display : block;
	width: 131px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 131px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color : #333366;
	font-weight : bold;
	text-decoration : none;
	background: transparent;
	padding: 1px 4px 2px 4px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

#houseMenuV li a:hover {
	color : white;
	background: transparent;
	
	
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}








/* 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: #333366;
	background: transparent;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #333366;
	background: transparent;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #333366;
	background: transparent;
	text-decoration: none;
}



/* Applied to all unordered lists within the div named "houseMenuVertical" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	list-style-type: none;
	width: 131px;
}

/* Applied to all list items within the div named "houseMenuVertical" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 131px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	padding-bottom: 2px;
	color: #333366;
	padding-top: 4px;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	width: 131px;
	_width: 131px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	filter: alpha(opacity=50);

	
	color: #333366;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{


}





/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 12;
	width: 131px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 131px;
	_width: 131px;
	
	/* end hack */
}



/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 18px;
	background-color: #000000;
	width: 131px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 131px;
	_width: 131px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 24px;
	background-color: #000000;
	width: 131px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 131px;
	_width: 131px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #000000;
	font-weight: normal;
	width: 131px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 131px;
	_width: 131px;
	/* end hack */
}

.ArrowPointer
{
	cursor: default;
}
