/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Horizontal Menu */
#houseMenuH ul { /* menu wrapper div */
	list-style: none;
	padding: 0;
	margin: 0;
	width:594px;
	margin-left:80px;
}

#houseMenuH li a
{
	/* all links, inside of list items */
	padding: 2px 20px 0 3px;
	text-decoration: none;
	height: 25px;
	width: 12%;
	white-space: nowrap;
	color: #0099CC;
}

#houseMenuH li
{ 
	/* all list items */
	padding: 0;
	margin: 0;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	background-image:none;
	display:inline;
 }

#houseMenuH li a:hover {
	text-decoration:underline;
}

#houseMenuH li a#houseMenuCurrentLink {
	color: #3e5139;
	text-decoration:underline;
}
