@charset "iso-8859-1";

/* //////////////////////////////////////// */

ul#nav_h {
	border: none 1px red;
	height: 40px;
	margin: 0;
	padding: 0;
}

ul#nav_h li {
	list-style: none;
	text-indent: 0;
	border: none;
	white-space: nowrap;
	float: left;
	margin: 0 -1px 0 0;
	padding: 0;
	vertical-align: middle;
}

ul#nav_h li a {
	color: #000;
	display: block;
	font-size: 20px;
	text-align: center;
	text-transform: normal;
	line-height: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;
}

ul#nav_h li a span {
	float: left;
	/* width: 80px; */
	margin: 0; /* space for the a-link image tableftE */
	padding: 0 10px 0 10px;
}

ul#nav_h li a:hover {
	background-position: 0 100%;
	cursor: pointer;
	cursor: hand;
}

ul#nav_h li a:hover span {
	background-color: rgb(255,203,5);
	color: #000;
}

ul#nav_h li a#current {
	background-position: 0 100%;
	text-decoration: underline;
}

ul#nav_h li a#current span {
	background-color: rgb(255,203,5);
	color: #000;
}

div#nav_h_remark {
	border: none 1px blue;
	background-color: rgb(255,203,5);
	color: #000;
	line-height: 20px; /* for vertical centering text properly */
	height: 20px;
	margin: 0 0 0 0;
	padding: 2px 10px;
	overflow:hidden;
}

/* //////////////////////////////////////// */

