/* ==========================
    ModuleV
   ==========================
*/

/* Vertical Menu */

#houseMenuV ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 190px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background: #FFFFFF;
	xxxz-index: 10;
}

#houseMenuV li {
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 190px;
	width: 190px;
	_width: 100%;
	line-height : 18px;
	xxxz-index:10;
}

#houseMenuV ul li {
	xxxz-index: 10;
	cursor: hand;
	cursor: pointer;
	display: block;
	}
	
#houseMenuV li ul { /* second-level lists */
	position: inline;
	display: none;
	}

#houseMenuV li ul ul {
	position: absolute;
	margin-left: 190px;
	_margin-left: 190px;
	margin-top: -18px;
	_margin-top: -21px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 165px;
	left: -900px;
	background: #FFFFFF;
	xxxz-index: 100;
}

#houseMenuV a {
	display: block;
	xxxz-index: 10;
	width: 190px;
	_width: 100%;
	background-color: #FFFFFF;
	text-decoration: none;
}


#houseMenuV ul ul ul a {
	display: block;
	width: 140px;
	_width: 140px;
	background-color: #FFFFFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top: none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none #CCCCCC;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 12px;
	text-indent: 0px;
	line-height: 12px;
	position: relative;
	white-space: normal;
}

#houseMenuV a:link {color: #000000;}
#houseMenuV a:visited {color: #000000;}<b></b>

#houseMenuV ul li a:visited{
	color: #000000;
	font-size: 12px;
	}

#houseMenuV ul ul ul a:visited {
	color: #000000;
	font-size: 12px;
}
#houseMenuV ul ul ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
 
#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.sfhover ul, */
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	xxxz-index: 1000;
	display: block;
}

#houseMenuV li li.nohover ul {
	left: -9999px;
	}

#houseMenuV li.uhide ul {
	display:block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuVParentItem a
{ /* all links under the parent item (li) */

}
#houseMenuVCurrentItem
	{

	}

a#houseMenuVParentLink
{ /* parent link itself */
	
}

li.MenuLevel0 a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	display: block;
	text-align: left;
	white-space: pre;
}

li.MenuLevel0 ul {
	border-bottom-width:20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
li.MenuLevel1 a, li.MenuLevel2 a, li.MenuLevel1 ul, li.MenuLevel2 ul {
	border-bottom-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/*.MenuLevel1 {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #00509E;
	color: #00509E;
}*/

.MenuLevel2 {
	text-indent: 0pt;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 12px;
	
}
li.MenuLevel1 ul {
	border-bottom: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	display: block;
	margin-bottom: 4px;
	}

li.MenuLevel1 a {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#houseMenuV ul ul ul a a:active {
	background-color: #003366;
}