/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton {
line-height: 100%;
}

.housebutton a {
font-size: 100%;
font-family:  Verdana, sans-serif;
}

.housebutton a:hover {
font-size: 100%;
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: none;

border:  none;


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: 0px;
margin-top: 0px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #3366ff; /*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. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {

color:#000000; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: none;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;

}







/*this stylesheet is for you navigation panel*/


/* 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*/


/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/


/* this part is for the colors of your buttons "at rest" so to speak.*/




/* drop down2 the simpler single level one*/

#navbox {
width: auto;
float: left;
height: auto;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
text-decoration: none;
text-transform: uppercase;
position:relative;
z-index:500;

}

#dropnav {
margin: 0;
padding: 0;
}

#dropnav  li {
list-style: none;
float: left;
text-decoration: none;

}

#dropnav  li a {
display: block;
padding: 4px 8px; 
background-color: #ffffff;
color: #666666; 
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
border-right: 1px solid #999999;
border-left: none;
text-align: left;
text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0px;
}

#dropnav  li: hover a {
color: #fff; 
background-color: #ffffff;

}


#dropnav  li ul {

display: none;
width: auto;
background-color: #ffffff;
color: #666666; 
text-decoration: none;
}

#dropnav  li li {
white-space: nowrap;
_margin-top: 0px; 
_margin-bottom: -15px; 
}

#dropnav  li:hover ul, #dropnav  li.hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0;
margin-top: 0px;
text-decoration: none;
}

#dropnav  li:hover li, #dropnav  li.hover li {
float: none;
}

#dropnav  li:hover li a, #dropnav  li.hover li a {
background-color: #ffffff;
color: #666666; 
border-top: none;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
}


#dropnav  li li a:hover {
background-color: #cccccc;
color: #fff; 

}



/* below, is the name of the ids for your pages. They are grouped in pairs. The first of the pair, is the id you will give to the <body> tag of the page. The second one, is the id you will give to the link itself*/
#page-1 #page-1-nav, /*this if for your first page*/
#page-2 #page-2-nav, /*this if for your second page*/
#page-3 #page-3-nav,
#page-4 #page-4-nav /*Important!there is NO comma after the last pair*/
{
background-position:0% -150px;
border-width:0;
}
/* you will need to use the same ids as above*/
#page-1 #page-1-nav a, /*this if for your first page*/
#page-2 #page-2-nav a, /*this if for your second page*/
#page-3 #page-3-nav a,
#page-4 #page-4-nav a /*Important!there is NO comma after the last pair*/
{
background-position:100% -150px;
color:#333;/*sets the color of the "currrent tab link font*/
padding-bottom:5px;
}
#header li:hover, #header li:hover a {
background-position:0% -150px;
color:#333;
}
#header li:hover a {
background-position:100% -150px;
}
