/*this stylesheet is for you navigation panel*/

/*nav top*/
* html .clear {
    margin-top: 0;
    margin-bottom: 0;
}

#nav li {
    float: left;
    list-style: none;
    width: 121px;/*139px;*/
    font-size: 12px;
    font-weight: bold;
    border-left: 0px solid white;
    text-align: center;
}

#nav li.first {
    width: 120px;/*138px;*/
    border-left: none;
}

#nav a {
    color: #000000;
    display: block;
    text-decoration: none;
    background: #f98b8b;
    padding: 2px 0;
    width: 100%;
}

#nav a:hover {
    background: #F076AD;
}






#navigator {

}

.housebutton {
width: 100%;
height: auto;
/*display: block;*/
padding: 0 0 8px 5px;
/*background: #f9f9c6;/*#fefee4;*/*/
background-color: transparent;
/*border: 0px 0px 0px 0px solid gray;
text-decoration: none;
line-height: 90%;*/
}

.housebutton a {
text-decoration: none;
font-size: 85%;
font-family:  Verdana, sans-serif; 
text-align: center;
background-image: url(../image-files/left-button.gif);
background-repeat: repeat-y;
background-color: transparent; 
}

.housebutton a:hover {
font-size: 80%;
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: #ffe1ff;/*#FFE5DC; /*#89b2fb;*/
border:  1px;


width: auto;

margin-top: auto;

margin-bottom: auto;

margin-left: 0px;

margin-right: auto;

padding: 0px;

text-align: left;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {
padding: 5px 5px 5px 5px;
font-weight: bold;
text-align: left;
margin-bottom: auto;
margin-top: auto;
}


/* this part is for the colors of your buttons "at rest" so to speak.*/




.housebutton a {

padding: 5px 5px 5px 5px;

text-decoration: none;

display: block;

background-image: url(../image-files/left-button.gif);
background-repeat: no-repeat;
background-color: transparent;        /* dusk pink #D0A5A8, for button and RSS box backgrounds -- */
border: 0px solid #8f8fb3;
margin-left: 1px;
margin-bottom: auto;

/*color: #5b5be7; /*this is where you change the button font color*/<font color="#ff00cc"></font>

/*background-color: #ff00cc;

border-top: 1px;

border-left: none;

border-bottom: 1px;

border-right: none; */

}

/*this part is how the buttons look, once the pointer passes over them. */




.housebutton a:hover {
/*
color: #ff548d; /*-----this is where you change the button font color, when the button is hovered over*/

/*background-color: #d8d8fb;

text-decoration: underline;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;*/
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 5px 5px 5px 5px;
background-image: url(../image-files/left-button-hover.gif);
background-color: transparent; 
text-align: center;
text-decoration: underline;

}




