.header_nav {
	width: 1000px;
	height: 49px;
	margin: 0 auto;
*	margin-top: -3px;
	background-image: url(/menu/images/tmpl_nav01_timothy.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* HEADER NAV HORIZONTAL MENU */

.tmpl_01nav.horizontal {
	width: 100%;
	height: 49px;
	color: #000;
	margin: 0;
	padding: 0;
}
.tmpl_01nav.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.tmpl_01nav.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url('/menu/images/tmpl_nav01_timothy.jpg') top left no-repeat;
}

.tmpl_01nav.horizontal ul li a {
	display: block;
	height: 49px;
	padding-left: 20px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.tmpl_01nav.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 47px;
	padding-top: 15px;
	padding-right: 20px;
	background: transparent;
	cursor: pointer;
}
/* END HEADER NAV HORIZONTAL MENU */



/* POTS HOVER */
.tmpl_01nav.timothy ul li a:hover,
.tmpl_01nav.timothy ul li.highlight a {
	background: transparent url('/menu/images/tmpl_nav01_timothy_h.jpg') top left no-repeat;
	color: #fff;
}
.tmpl_01nav.timothy ul li a:hover span.menu_ar,
.tmpl_01nav.timothy ul li.highlight a span.menu_ar {
	background: transparent url('/menu/images/tmpl_nav01_timothy_h.jpg') top left no-repeat;
}

/* GRAY HOVER */
.tmpl_01nav.gray ul li a:hover,
.tmpl_01nav.gray ul li.highlight a {
	background: transparent url('/menu/images/tmpl_nav01_gray_h.jpg') top left no-repeat;
	color: #fff;
}
.tmpl_01nav.gray ul li a:hover span.menu_ar,
.tmpl_01nav.gray ul li.highlight a span.menu_ar {
	background: transparent url('/menu/images/tmpl_nav01_gray_h.jpg') top left no-repeat;
}

/* ORANGE HOVER */
.tmpl_01nav.orange ul li a:hover,
.tmpl_01nav.orange ul li.highlight a {
	background: transparent url('/menu/images/tmpl_nav01_orange_h.jpg') top left no-repeat;
	color: #fff;
}
.tmpl_01nav.orange ul li a:hover span.menu_ar,
.tmpl_01nav.orange ul li.highlight a span.menu_ar {
	background: transparent url('/menu/images/tmpl_nav01_orange_h.jpg') top left no-repeat;
}

/* NAVY HOVER */
.tmpl_01nav.navy ul li a:visited {color: #fff;}
.tmpl_01nav.navy ul li a:hover,
.tmpl_01nav.navy ul li.highlight a {
	background: transparent url('/menu/images/tmpl_nav01_navy_h.jpg') top left no-repeat;
	color: #575757;
}
.tmpl_01nav.navy ul li a:hover span.menu_ar,
.tmpl_01nav.navy ul li.highlight a span.menu_ar {
	background: transparent url('/menu/images/tmpl_nav01_navy_h.jpg') top left no-repeat;
}



#test li {
	display: block;
	border: solid 1px red;
}