#navigator {

}

.housebutton {
line-height: 90%;
}

.housebutton a {
font-size: 93%;
font-family:  Verdana, sans-serif;
}

.housebutton a:hover {
font-size: 93%;
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: #fff


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: 0px;
margin-top: 0px;
}


/* this part is for the colors of your buttons "at rest" so to speak.*/




.housebutton a {

padding: 4px;

text-decoration: 2px solid #000;

display: block;

color: #333333; /*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: #333300; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #ccc;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;

}
/*this stylesheet is for you navigation panel*/

#header {
margin:0px,0px,0px,0px;
float:left; /*can be changed to right if you prefer*/
width:100%;
/*change to your url*/
background: url('http://www.greatdane-dog-world.com/images/bg.gif')
repeat-x bottom;
font-size:93%; /* use either 86% 93% or 100%*/
line-height:normal;
}
#header ul {
margin:0;
padding:10px 10px 0;
list-style:none;
}
#header li {
float:left;
/*change to your url*/
background:url('http://www.greatdane-dog-world.com/images/left_both.gif')
no-repeat left top;
margin:0;
padding:0 0 0 9px;
border-bottom:1px solid #765;
}
#header a {
white-space:nowrap;
float:left; /* if you change the first instance of the float to right,then this must be changed as well*/
display:block;
width:.1em;
/*change to your url*/
background:url(' http://www.greatdane-dog-world.com/images/right_both.gif')
no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none; /* options are none or underline*/
font-weight:bold; /*use either bold or normal*/
color:#765; /* set the link font color*/
}
#header > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
color:#333;/*sets the color of the links "at rest"*/
}
/* 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*/
<body id="page-1">, /*this if for your first page*/
<body id="page-2">, /*this if for your second page*/
<body id="page-3">,
<body id="page-4">, /*Important!there is NO comma after the last pair*/
<body id="page-5">,/*Important!there is NO comma after the last pair*/
<body id="page-6">,
<body id="page-7">,
<body id="page-8">,
<body id="page-9">,
<body id="page-10">,
<body id="page-11">,
<body id="page-12">,
<body id="page-13">,
<body id="page-14">,
<body id="page-15">,
<body id="page-16">
{
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;
}
+





