/*this stylesheet is for you navigation panel*/#navigator {}.housebutton {line-height: 85%;}.housebutton a {font-size: 93%;font-family:  Verdana, sans-serif;}.housebutton a:hover {font-size: 86%;font-family:  Verdana, sans-serif;}/* 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 transparent, solid, dashed, or dotted, for different border styles*/#navigator {background-color: transparent;border:  transparent;width: auto;margin-top: auto;margin-left: 5px;margin-right: auto;padding: 2px;text-align: left;}/* want more space between your buttons? just increase the marginsfrom 1px. Font weight can be bold if you prefer.*/.housebutton {font-weight: normal;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 {padding: 4px;text-decoration: underline;display: block;color: #004a4a; /*this is where you change the button font color*/background-color: transparent;border-top: none;border-left: none;border-bottom: none;border-right: none;}/*this part is how the buttons look, once the pointer passes over them. */.housebutton a:hover {color: #fff; /*-----this is where you change the button font color, when the button is hovered over*/background-color: #C9B577;border-top:  none;border-left: none;border-bottom:  none;border-right: none;}/* this part below is for the color of the top nav bar on the background, surrounding the buttons. Change the color, and the border, if you like. For the border, you can use transparent, solid, dashed, or dotted, for different border styles*/#navold {background-color: #fffac2;border:  transparent;width: auto;margin-top: auto;margin-left: 2px;margin-right: 2px;padding: 2px;text-align: right;}#nav ul { float: right; list-style: none; background: #a7c977; width: 100%; padding: 0; margin: 0 0 0 0px; height: 20px; display: inline; text-transform: uppercase; } #nav ul li { display: inline; margin: 0; padding: 0; } #nav ul li a { display: block; float: right; width: auto; margin: 0; padding: 0 15px; border-top: none; border-right: 1px solid #fff; border-left: 0px solid #fff; border-bottom: none; color: #004a4a; font: normal 10px/20px Arial, Verdana, sans-serif; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; } #nav ul li a:hover, #nav ul li a:active { color: #fff; background-color: #C9B577; font: bold; } 