@charset "utf-8";
/* TOP MENU */
#horizontal_table_nav td {
	padding: 0px;
	text-align: center;	
}
#horizontal_table_nav td.spacer {
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image: none;
}
#horizontal_table_nav td.current {
	background-image: url(../images/menu_ovr_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#horizontal_table_nav div {
	background-image: url(../images/menu_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 0px;
	height: 20px;
	margin: 0px;
}
#horizontal_table_nav div.current {
	background-image: url(../images/menu_ovr_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 0px;
	height: 20px;
	margin: 0px;
}
#horizontal_table_nav a {
	color: #03597E;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 0px 6px 0px 16px;
	margin: 0px;
	text-decoration: none;
	height: 22px;
}
#horizontal_table_nav a.current {
/*	background-image: url(../images/topbar_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	height: 24px; */
	color: #03597E;
	background:url(../images/house_blue.gif) -1px 1px no-repeat;
}
#horizontal_table_nav a:hover {
	text-decoration: none;
	color: #03597E;
	background:url(../images/house_blue.gif) -1px 1px no-repeat;
}

/* SIDE NAV */
#navcontainer {
	margin: 0;
	padding: 0;
	text-align:left;
}
#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navcontainer a {
	display: block;
	font-size: 11px;
	color: #03597E;
	padding: 3px 0 3px 18px;
	width: 146px;
	background:url(../images/house.gif) -1px 3px no-repeat;
	text-decoration: none;
}
#navcontainer a:hover {
	text-decoration:none;
	color:#03597E;
	background-position: -1px -17px;
}
#navcontainer li a.current {
	text-decoration:none;
	color:#03597E;
	background-position: -1px -17px;
}
#navcontainer li li a.current {
	text-decoration:none;
	color:#03597E;
	background:url(../images/sub_menu_bg.gif) -1px 0px repeat-y;
}
#navcontainer li li a {
	display: block;
	font-size: 10px;
	color: #03597E;
	padding: 3px 0 3px 18;
	width: 138px;
	text-decoration: none;
	background-position: -1px -37px;
}
#navcontainer li li a:hover {
	text-decoration:none;
	color:#03597E;
	background-position: -1px -37px;
}

/* BOTTOM NAV */
#horizontal_nav, #horizontal_nav a {
	font-size: 11px;
	font-weight: bold;
	color: #03597E;
	text-decoration: none;
	padding: 0px 6px 0px 16px;
}
#horizontal_nav a:hover, #horizontal_nav a.current {
	background:url(../images/house_yellow.gif) -1px 0px no-repeat;
}