/*this stylesheet is for your Truck-Drivers-Money-Saving-Tips.com navigation panel*/

#navigator {

}

.housebutton {
line-height: 95%;
}

.housebutton a {
font-size: 100%;
font-weight: bold;
font: bold 12px Verdana, sans-serif;
font-family:  Verdana, sans-serif;
}

.housebutton a:hover {
font-size: 100%;
font-weight: bold;
font: bold 12px Verdana, sans-serif;
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 solid, dashed, or dotted, for different border styles*/

#navigator {
background-color: #b0c4de;
border:  transparent;
width: auto;
margin-top: auto;
margin-left: 10px;
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: bold;
text-align: left;
margin-bottom: 12px;
margin-top: 12px;
}

/* this part is for the colors of your buttons "at rest" so to speak.*/

.housebutton a {
padding: 4px;
text-decoration: none;
display: block;
color: #0000FF; 

/*this is where you change the button font color*/
background-color: #f5f5f5;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
margin-bottom: 12px;
margin-top: 12px;
}

/*this part is how the buttons look, once the pointer passes over them. */

.housebutton a:hover {
color: #0000ff; 

/*-----this is where you change the button font color, when the button is hovered over*/

background-color: #9999cc;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}




