/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic {
	padding: 0px;
	margin: 0px;
	width:140px;
	background-image: url(brunbg.png);
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0px;
	display: block;
	padding-left: 6px;
	padding-bottom: 10px;
	color: #E4D9C2;
	padding-top: 10px;
	text-decoration: none;
	font-weight: bold;
	width: 140px;
	_width: 140px;
	margin: 0px;
	font-size: 12px;
	text-align: left;	
}

#houseMenuVstatic ul
{
	border: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	width: 120px;
	margin: 0px;
	/*margin-top: 0px;
	margin-right: -40px;
	margin-bottom: 0px;
	margin-left: -40px;
	padding-top: 0px;
	padding-right: -40px;
	padding-bottom: 0px;
	padding-left: -40px;*/
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
	border: 0;
	width: 120px;
	margin: 0px;
	padding:0px;
	/*margin-top: 0px;
	margin-right: -40px;
	margin-bottom: 0px;
	margin-left: -40px;
	padding-top: 0px;
	padding-right: -40px;
	padding-bottom: 0px;
	padding-left: -40px;*/
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: #c96;
	color: #630;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
margin-left: -35px;
padding-left: -35px;
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 4px;
	background-color: #6699cc;
	width: 100px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 100px;
	_width: 100px;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 4px;
	background-color: #6699cc;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 126px;
	_width: 144px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 4px;
	background-color: #6699cc;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 120px;
	_width: 144px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #6699cc;
	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: #307391;
	background-color: #AFE1FF;
	text-decoration: none;
	margin: 0;
	
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #307391;
	background-color: #AFE1FF;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	background-color: #630;
	text-decoration: none;
	/*padding-right: -35px;
	margin-right: -35px;*/
	display: block;
}
