.header_nav {
	width: 1000px;
	height: 57px;
	margin: 0 auto;
*	margin-top: -3px;
	background: transparent url('/menu/images/tmpl_nav01_gun.jpg') top left repeat-x;
}

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

/* HEADER NAV HORIZONTAL MENU */

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

.tmpl_01nav.horizontal ul li a {
	display: block;
	height: 57px;
	padding-left: 20px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}

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

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


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