div#page-header {
  height: 70px;
}

div#page-header div#logos_area {
	margin: 0;
	padding: 0;
	float: left;
	width: 231px;
	height: 60px;
}

div#page-header div#logos_area a {
	float: left;
	display: block;
	background: url(1.gif) no-repeat;
	text-decoration: none;
	width: 231px;
	height: 60px;
	border: 0;
}

div#page-header h1 { display: none; }


ul.tabs { height: 1.5em; }

ul.tabs li {
  background: url(img/right-top-corner.png) no-repeat 100% 0;
  height: 1.5em;
  float: left;
}

ul.tabs li span.tab {
  background: url(img/left-top-corner.png) no-repeat 0 0;
}

ul.tabs li span.tab a {
  text-transform: uppercase;
  /*font-weight: bold; */
  /*font-size:14px; */
  padding: 0 10px;
}

ul.tabs li span.tab a:hover { color: #fff; }

