/*this stylesheet is for you navigation panel*/

#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: transparent;
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: none;
display: block;
color: #05B; /*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: #05B;
border-top:  none;
border-left: none;
border-bottom:  none;
border-right: none;
}

<!---- Horizontail Navigation ---->

#nav ul { float: left; list-style: none; background: #05B;/* this sets the background color of the nav, grey by default*/ 
width: 100%; padding: 0; 
margin: 0 0 0 0px; 
height: 10px; 
display: inline; 
/*text-transform: uppercase;delete this entire line if you DONT want uppercase*/ 
} 
#nav ul li {
display: inline; 
margin: 0; 
padding: 0;
} 

#nav ul li a {
display: block; 
float: left; 
width: auto; 
margin: 0px; 
padding: 1 12px;/*this is the gap between the text, and the border*/
border-top: 1px solid #05B; 
border-right: 1px solid #05B;/*this gives a white border, change as required*/
border-left: 1px solid #05B; /*this gives a white border, change as required*/
border-bottom: 1px solid #05B; 
color: #05B; /* text color*/
font:bold 14px/30px Arial, Geneva, sans-serif;/* sets the font type and size*/
/*text-transform: uppercase;delete if you dont want uppercase*/
text-decoration: none; 
letter-spacing: 0px;
}

#nav ul li a:hover,
#nav ul li a:active {
color: #FFF; background-color: #05B; font: bold;
} 
<!---- Horizontail Navigation ---->
<!---- Centered Horizontal ----->
<style type="text/css"> #center-nav {
display:table;
padding:0;
margin:0 auto;
list-style-type:none;
white-space:nowrap;
text-align:center;
}

#center-nav li {
display:table-cell;
}

* html #center-nav li {
float:left;
}

#center-nav a {
width:auto;
display:block;
padding:4px 16px;
color:#05B;
background:#FFF;
border:1px solid #05B;
text-decoration:none;
}

* html #center-nav a {
float:left;
}

#center-nav a:hover {
color:#FFF;
background:#05B;
}

.container {
clear:both;
text-decoration:none;
}

* html .container {
display:inline-block;
}

</style> 
<!---- Centered Horizontal ----->
<!----- Tabbed Navigation ----->
#header {
margin:0px,0px,0px,0px;
float:left; /*can be changed to right if you prefer*/
width:100%;
/*change to your url*/
background:#DAE0D2 url('http://www.bees-on-the-net.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.bees-on-the-net.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.bees-on-the-net.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
You also need to put the ID within the body of the page to be assigned and the name of the page within the header file.*/
#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,
#page-5 #page-5-nav,
#page-6 #page-6-nav,
#page-7 #page-7-nav,
#page-8 #page-8-nav,
#page-9 #page-9-nav,
#page-0 #page-0-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,
#page-5 #page-5-nav a,
#page-6 #page-6-nav a,
#page-7 #page-7-nav a,
#page-8 #page-8-nav a,
#page-9 #page-9-nav a,
#page-0 #page-0-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;
}
<!----- Tabbed naigation ----->