#navigator {

}

.housebutton {
line-height: 90%;
}

.housebutton a {
	font-size: 93%;
	font-family:  Trebuchet Ms, Verdana, sans-serif;
}

.housebutton a:hover {
	font-size: 93%;
	font-family:  Trebuchet Ms, Verdana, sans-serif;
}

#navigator {

background-color: transparent;
border:  transparent;
width: auto;
margin-top: auto;
margin-left: 10px;
margin-right: auto;
padding: 2px;
text-align: left;
}

.housebutton {
	font-weight: normal;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}

.housebutton a {
	padding: 4px;
	display: block;
	color: #3333CC;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	text-decoration: none;
	line-height: normal;
}

.housebutton a:hover {
	color: #FFFFFF;
	background-color: #183C90;
	border-top:  none;
	border-left: none;
	border-bottom:  none;
	border-right: none;
}

#nav ul {
	float: left;
	list-style: none;
	width: 100%;
	padding: 0;
	height: 20px;
	display: inline;
	text-transform: uppercase;
	margin: 0;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	color: #FF9;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 1px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #CD444B;
	font-weight: bold;
	background-color: #FF9;
}
