/*this stylesheet is for you navigation panel*/

#navigator {
}

.housebutton {
line-height: 100%;
}

.housebutton a {
font-size: 98%;
font-family:  Arial, Verdana, sans-serif;
}

.housebutton a:hover {
font-size: 98%;
font-family:  Arial, 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: 3px;
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;
padding-left: 45px;
}


/* 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: #407495; /*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: #ff7400; /*-----this is where you change the button font color, when the button is hovered over*/

text-decoration: underline;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;

}


/********************************/
#nav ul { 
float: left; list-style: none; background: transparent;/* this sets the background color of the nav*/ 
width: 100%; padding: 0; 
margin: 30px 0 0 0; 
position: relative;
right:140px;
height: auto; display: inline; 
} 

#nav ul li { 
display: inline; margin: 0; padding: 0; 
} 

#nav ul li a { 
display: block; 
float: right; 
width: auto; 
margin: 0; 
padding: 0 4px;/*this is the gap between the text, and the border*/ 
border-top: none; 
border-right: 1px solid #ccc;
border-left: 1px solid #ccc; 
border-bottom: none; 
color: #000; /* text color*/ 
font: bold 10px/30px Verdana, Arial, Geneva, sans-serif; /* sets the font type and size*/ 
text-decoration: none; letter-spacing: 1px; 
} 

#nav ul li a:hover, #nav ul li a:active { 
color: #c00; 
background-color: transparent; 
font: bold; 
} 

/* drop down2 the simpler single level one*/

#navbox {
width: 750px;
float: left;
height: 25px;
margin-top: 7px;
margin-left:5px;
margin-right:50px;
background-color: transparent;
}

#dropnav {
margin: 0;
padding: 0;
}

#dropnav  li {
list-style: none;
float:left;
text-decoration: none;
}

#dropnav  li a {
display: block;
padding:0 12px ; /*have set spacing to 10px so u can see the pale green bg color in behind. Change the first 10 to 8px to get rid of that. */
background-color: transparent;
color: #fff; 
text-decoration: none;
font-family: Arial, sans serif;
font-size: 12px;
font-weight: bold;
text-align: left;
margin-bottom:5px;
}

#dropnav  li:hover a {
color: #eee; 
background-color: none; 
}

#dropnav  li ul {
display: none;
width: auto; 
background-color: #59025c; 
color: #000000;
}

#dropnav  li li {
white-space: nowrap;
padding-top:10px;
margin-bottom:6px;
_margin-top: -2px; /* this is to make IE behave with the list spacing. I bloody hate IE, making me find ways to fix their cockups like this*/
_margin-bottom: -17px; /* this is to make IE behave with the list spacing */
}

#dropnav  li:hover ul, #dropnav  li.hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0;
margin-top: 0px;
}

#dropnav  li:hover li, #dropnav  li.hover li {
float: none;
}

#dropnav  li:hover li a, #dropnav  li.hover li a {
background-color: none; /*dark green */
color: #ccccff; /*pink, the 2nd level font color*/
}

#dropnav  li li a:hover {
background-color: none;/*green color, the 2nd level bg color on hover*/
color: #ffa200; /*2nd level font turns to this on hover */
}


/**************footer nav************/

.footernav{
font-size: 77%;
padding-left: 70px;
padding-right:70px;
line-height:160%;
}

.footernav a, a:hover{
text-decoration: none;
}
