#header {
	padding: 0px;
	background: #ff9933;
	min-width: 1030px; /* body-width - 20px */
	height: 35px;
}

#header .header-right {
	float: right;
}

#header .header-left {
	
}

#header p {
	float: left;
	margin: 0;
	width: 250px;
	display: block;
}

ul.global_navi {
	margin: 0;
}

.global_navi li {
	font-size: 14px;
	font-family: gothic, sans-serif;
	float: left;
	display: block;
	background-color: none;
	width: 150px;
	height: 27px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
  padding-top: 7px;
  background-image:url("../images/tab-unselected.gif");
  background-repeat:no-repeat;
  background-position:center top;
/*
  border-top: 2px solid #ff3333;
  border-left: 2px solid #ff3333;
  border-right: 2px solid #ff3333;
  border-bottom: 2px solid #ff3333; */
}

.global_navi a {
	text-decoration: underline;
}

.global_navi a:link {
	color: #000000;
}

.global_navi a:visited {
	color: #000000;
}

.global_navi a:hover {
	color: #ff0000;
}

.global_navi li.selected {
	/* border-bottom: 2px solid #ffffff; */
	background-image: url("../images/tab-selected.gif");
}

.global_navi li.selected a {
	text-decoration: none;
}

.global_navi li.selected {
	color: #000;
}

.global_navi li.selected a:link {
	color: #000;
}

.global_navi li.selected a:visited {
	color: #000;
}

.header-bar {
	clear: both;
	border: none;
	background-color: #ff3333;
	height: 2px;
}
