/*this stylesheet is for you navigation panel*/

#navigator {
}

.housebutton {
line-height: 100%;
}

.housebutton a {
font-size: 88%;
font-family:  Arial, Verdana, Helvetica, sans-serif;
}

.housebutton a:hover {
font-size: 88%;
font-family:  Arial, Verdana, Helvetica, 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: 0;
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: #fff; /*this is where you change the button font color*/
background-color: #FF0033;
font-weight: bold;
}

/*this part is how the buttons look, once the pointer passes over them. */

.housebutton a:hover {
color: #000000; /*-----this is where you change the button font color, when the button is hovered over*/
text-decoration: underline;
font-weight: bold;
}



/* drop down the simpler single level one*/

#navbox {
width: auto;
float: right;
height: auto;
margin-left: auto;
margin-right: auto;
background-color: #0067c6;
text-decoration: none;
position:relative;
z-index:500;
}

#dropnav {
margin: 0;
padding: 0;
}

#dropnav  li {
list-style: none;
float: right;
text-decoration: none;
}

#dropnav  li a {
display: block;
padding: 4px 12px; 
background-color: #000000;
color: #ffffff; 
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
border-right: 1px solid #ffffff; 
border-left: none;
text-align: left;
text-decoration: none;
}

#dropnav  li: hover a {
color: #fff; 
background-color: #0067c6;
}


#dropnav  li ul {
display: none;
width: auto;
background-color: #0067c6;
color: #ffffff; 
border-bottom: none;
border-left:  none;
border-right: none;
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: #FF0033;
color: #ffffff; 
}


#dropnav  li li a:hover {
background-color: #ffffff; /*hover color*/
color: #000; 
}




/* this is for the horizontal nav*/


#center-nav {
  display:table;
  padding:0 15px 0 0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  te/xt-align:center;
}

#center-nav li {
  display:table-cell;
  }
* html #center-nav li {
  float:left;
  }
#center-nav a {
  width: auto;
  display:block;
  padding: 2px 25px;
  color:#000; 
  height: 20px; 
  border-left:none;
  border-right:none;
  border-top:none;
  border-bottom: none;
  text-decoration:none;
  font: normal 100% Arial, Verdana, sans-serif;
  }
* html #center-nav a {
  float:left;
  }
#center-nav a:hover {
  color:#fff; 
background: none;
  }
  .container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}



