/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton {
line-height: 80%;
}

.housebutton a {
font-size: 98%;
font-family:Georgia, "Times New Roman", Times, serif; 
text-transform: uppercase; 
text-decoration: none; 
letter-spacing: 1px; 
}

.housebutton a:hover {
font-size: 98%;
font-family:Georgia, "Times New Roman", Times, serif;  
text-transform: uppercase; 
text-decoration: none; 
letter-spacing: 1px; 
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background-color: #fff;
border:  transparent;
width: auto;
margin-top: auto;
margin-left: 10px;
margin-right: 10px;
padding: 5px;
text-align: left;
letter-spacing: 1px;

}






/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {
text-align: left;
margin-bottom: 0px;
margin-top: 0px;


}


/* this part is for the colors of your buttons "at rest" so to speak.*/




.housebutton a {
text-decoration: none;
display: block;
color: #351A05  ; /*this is where you change the button font color*/
background-color: transparent;
border-top: none;
border-left: none;
border-bottom: none;
border-right: none;
font:10px/20px Georgia, "Times New Roman", Times, serif;

}

/*this part is how the buttons look, once the pointer passes over them. */




.housebutton a:hover {
color: #ffffff  ; /*-----this is where you change the button font color, when the button is hovered over*/
background-color:#C0A172;
border-top:  none;
border-left: none;
border-bottom:  none;
border-right: none;
font:10px/20px Georgia, "Times New Roman", Times, serif;

}

/*topnav css*/
#nav ul { 
float: left; 
list-style: none; 
background: #C0A172; 
width: 100%; 
padding: 0; margin: 0 0 0 0px; 
height: 30px; 
display: inline; 
text-transform: uppercase; 
} 

#nav ul li { 
display: inline; 
margin: 0; padding: 0; 
} 

#nav ul li a { 
display: block; 
float: left; 
width: auto; 
margin: 0; padding: 0 15px; 
border-top: none; 
border-bottom: none; 
color: #351A05; 
font: bold 10px/30px Georgia, "Times New Roman", Times, serif; 
text-transform: uppercase; 
text-decoration: underline;
letter-spacing: 1px;
} 

#nav ul li a:hover, 
#nav ul li a:active { 
color: #00C; 
font: bold;
text-decoration: underline;
} 

td.headerbgnav {
color: #351A05; 
background-color:#E0E0E0  ;
font-size: 93%; 
}


.menutitle{
cursor:pointer;
margin-bottom: 1px;
background-color:#ffffff;
color:#351A05;
width:100%;
padding:4px 0px 4px 0px ;
text-align:center;
text-transform: uppercase; 
text-decoration: none;
font-size: 120%;
letter-spacing: 1px;
/*/*/border:1px solid #351A05;/* */


}
.submenu{
margin-bottom: 0.5em;
font-size: 95%;
}



