/*this stylesheet is for you navigation panel*/



.housebutton {
text-align: left;
margin-bottom: 4px;
margin-top: 4px;
margin-left: 15px;
}

.housebutton a {
font-family:  Verdana, Arial, sans-serif;
padding: 2px;
text-decoration: none;
display: block;
color: #000099; 
font-weight: normal;
background: transparent;}



.housebutton a:hover {
text-decoration: underline;
background: transparent;
}


.housebutton2 {
text-align: center;
margin-bottom: 0px;
margin-top: 0px;

}

.housebutton2 a {
font-family:  Georgia, Verdana, Arial, sans-serif;
text-decoration: none;
display: block;
color: #8B4513; 
font-weight: bold;
background: transparent;
font-size:130%;
}

.housebutton2 a:hover {
text-decoration: underline;
background: transparent;
}



div.navimage {
background-color: #E7EAB6;	
margin: 30px 0px 8px 0px;
padding: 6px;
text-align: center;
		}
		
		
div.navimagefirst {
background-color: #E7EAB6;	
margin: 0px 0px 8px 0px;
padding: 6px;
text-align: center;
		}
		
#horizontalnav ul li{
	list-style: none;
	display: inline;
		} 

#horizontalnav ul li a{
	font-weight: bold;
	font-size: 120%;
	font-family: Georgia,Verdana, Arial, sans-serif;
	padding: 0px 30px;
	text-decoration: none;
	color: #8B4513;
	background-color: #ffffff;
	border: 0px solid #ffffff;
		} 

#horizontalnav ul li a:hover{
	text-decoration: underline;
	padding: 0px 30px;
	} 
		
#horizontalnav { 
	position:absolute;
	top: 2px; 
	width:960px;}



