/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton2 {

}

.housebutton2 a {

}

.housebutton2 a:hover {

}


/* 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*/

#navcontainer {

height: 30px;
width: 100%;
border-top: solid #999 1px;
border-bottom: solid #999 1px;
background-color: #f0e6c9;
}

#navcontainer ul {
float:left;
margin:0;
padding:0;
padding-left:0;
font-family: Arial, Helvetica, SunSans-Regular;
font-size: 14px;
font-weight:bold;
color: #6c2a1a;
line-height: 30px;
white-space: nowrap;

}

#navcontainer li {

list-style-type: none;
display: inline;

}

#navcontainer li a {

background-image:url(../image-files/housebutton2.gif);
text-decoration: none;
padding:9px 13px;
color: #6c2a1a;

}

#navcontainer lia:link {

color:#6c2a1a ;

}

#navcontainer lia:visited {

color: #CCC;

}

#navcontainer lia:hover {

font-weight: bold;
color: #FFF;
background-color: #3366FF;

}

