/* ==========================
    ModuleV Securitas
   ==========================
*/

/* Vertical Menu */

#houseMenuV ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 154px;
	_width: 154px;
	text-align: left;
	white-space: normal;
}



#houseMenuV li {
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 300px;
	width:100%;
	width: 160px;
	_width: 100%;
	line-height : 18px;
	z-index:998;
	


}

#houseMenuV ul li {
	z-index: 777;
	cursor: pointer;
	display: block;
 
	}




	
#houseMenuV li ul { /* second-level lists */
	position: inline;
    display:none;  }

#houseMenuV li ul ul {
	position: absolute;
	margin-left:154px;
	_margin-left: 154px;
	margin-top: -21px;
	_margin-top: -21px;
	left: -9999px;
	z-index: 999;
	border: 1px solid #81B7E7;
	display: block;
	white-space: normal;
}

#houseMenuV a {
	display: block;
	width: 154px;
	width: 100%
	width: 180px;
	_width: 100%;
	background-color: #00509E;
	cursor: pointer;
}



#houseMenuV ul ul ul a {
	display: block;
	width: 140px;
	_width: 180px;
	background-color: #00509E;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #81B7E7;
	border-top: none #81B7E7;
	border-right: none #81B7E7;
	border-bottom: 1px solid #81B7E7;
	border-left: none #81B7E7;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 12px;
	text-indent: 0px;
	line-height: 11px;
	position: relative;
	
}
a:link {color: #81B7E7;}
a:visited {color: #81B7E7;}
#houseMenuV ul li a:visited{
	color: #81B7E7;
	}
#houseMenuV ul ul ul a:visited {
	color: #81B7E7;
}
#houseMenuV ul ul ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #81B7E7;
	
}




 
 
#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;
	z-index: 999;

	display: block;
}
#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 */

	text-decoration: none;
}

a#houseMenuVCurrentLink
{
	color: #81B7E7;
	font-weight: bold;
}

li.MenuLevel0 a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81B7E7;
	color: #81B7E7;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


li.MenuLevel0 ul {
	border-bottom-width:20px;
	border-bottom-style: solid;
	border-bottom-color: #00509E;
	}
li.MenuLevel1 a, li.MenuLevel2 a, li.MenuLevel1 ul, li.MenuLevel2 ul {
	border-bottom-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}



.MenuLevel1 {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #81B7E7;
    color: #81B7E7;	
}





li.MenuLevel1 a {
	
	font-size: 11px;
	
}


A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

	color: none;
}
A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: none;
	
		
}
A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: none;
	
		
}
A:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: none;
	
		
}