/*this stylesheet is for your navigation panel*/#navigator {}.housebutton {line-height: 95%;}.housebutton a {font-size: 95%;font-family:  Verdana, sans-serif;}.housebutton a:hover {font-size: 103%;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: 2px;margin-right: auto;padding: 1px;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: normal;text-align: left;margin-bottom: 1px;margin-top: 1px;}/* this part is for the colors of your buttons "at rest" so to speak.*/.housebutton a {padding: 4px;text-decoration: none;display: block;color: #666666; /*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: #622495; /*-----this is where you change the button font color, when the button is hovered over*/background-color: #f3e8ff;border-top:  none;border-left: none;border-bottom:  none;border-right: none;}/*this code is for the horizontal navigation bar on top*/#nav ul {	float: right;	list-style: none;	/*background: #f3e8ff ; /*this sets the background color of the nav, grey by default*/	background-image: url(../images/nav-horz-lt-purp.jpg);	background-repeat: repeat;	background-position: top center;	width: 100%;			padding: 0;	margin: 0 0 0 0px;	height: 15px;	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: right;	width: auto;	margin: 0;	padding: 0 15px;/*this is the gap between the text, and the border*/	border-top: none;		border-right: none;/*this gives a white border, change as required*/	border-left: 1px solid #ccc;	/*this gives a white border, change as required*/	border-bottom: none;	color: #646464; /* text color*/	font: bold 10px/15px  Arial, Geneva, sans-serif; /* sets the font type and size*/	text-transform: uppercase; /*delete if you dont want uppercase*/	text-decoration: none;		letter-spacing: 1px;}#nav ul li a:hover, #nav ul li a:active {	color: #000066; 	background-color: #dcd9ff;	font: bold;}/* end horizontal navigation code*/#dhtmltooltip{position: absolute;left: -300px;width: 150px;border: 1px solid black;padding: 3px;background-color: lightyellow;font-family: veranda, san serif;font-size: 75%;visibility: hidden;z-index: 100;/*Remove below line to remove shadow. Below line should always appear last within this CSS*/filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);}#dhtmlpointer{position:absolute;left: -300px;z-index: 101;visibility: hidden;}