@charset "iso-8859-1";

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

ul#nav_h {
	border: none;
	height: 35px;
	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 {
	background-image: url('domain/tableftE.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	/* background-color: #fff; */
	color: #fff;
	display: block;
	font-family: Verdana,"Trebuchet MS",Arial,Helvetica,sans-serif;
	/* font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none; */
	text-align: center;
	text-transform: normal;
	letter-spacing: -0.02em;
	line-height: 35px;
	height: 35px; /* full height for bg-gfx opera cannot do 100% */
	/* padding: 0 0 0 1px;  space for the a-link image tableftE */
	float: left;
}

ul#nav_h li a span {
	background-image: url('domain/tabrightE_glossy.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/* background-color: #26A12C; */
	float: left;
	width: 80px;
	margin: 0 0 0 1px; /* space for the a-link image tableftE */
}

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

ul#nav_h li a:hover span {
	background-position: 0 -43px;
}

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

ul#nav_h li a#current span {
	background-position: 0 -43px;
	/* background-color: #6BBE1A; */
}

div#nav_h_remark {
	margin: 0;
	padding: 2px 10px;
	overflow:hidden;
}

/* //////////////////////////////////////// *//* not used */

ul.nav_v {
}

ul.nav_v li {
	list-style: none;
	white-space: nowrap;
	float: none;
	display: inline;
	vertical-align: middle;
}

ul.nav_v li a {
	display: block;
	margin: 1px 0;
	padding: 0 2px;
	text-align: right;
	display: block;
	letter-spacing: 1pt;
	line-height: 1.4em;
}

ul.nav_v li a:hover {
	text-decoration: underline;
}

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