/* ==========================
    !!! NAQ SITE SIDE MENU ONLY !!!
	CSS STYLES FOR HouseMenu customised for 
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */


#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family:  Arial, Helvetica, Sans-Serif, Verdana, ;
	font-size: 12px;
	list-style-type: none;
	width: auto;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	width: auto;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	display: inline;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	padding-right: 5px;
	padding-left: 10px;
	color: #0067ac;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	_width: auto;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #cce1fc;
	display: block;
	margin-bottom: 15px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	color: #0067ac;
	background-color: #edf5f7;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 12px;
	background-color: #ffffff;
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1auto;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 18px;
	background-color: #ffffff;
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use */
	width: auto;
	_width: auto;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 24px;
	background-color: #ffffff;
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: auto;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #ffffff;
	font-weight: normal;
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use \
	width: auto;
	_width: auto;
	/* 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: #0067ac;
	background-color: #ffffff;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #0067ac;
	background-color: #ffffff;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ca9607;
	background-color: #ffffff;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0067ac;
}
