﻿div.header {
	width: auto;
	height: 110px;
}

table.header {
	border-collapse: collapse;
	width: 100%;
	height: 110px;
}

table.header td {
	border-spacing: 0;
	padding: 0px;
	white-space: nowrap;
}
td.header_left {
	width: 357px;
}

td.header_middle {
	background-image: url('images2/header_middle.jpg');
	background-repeat: repeat-x;
	width: auto;
}

td.header_right {
	background-image: url('images2/header_right.jpg');
	width: 378px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

table.menu {
	width: 90%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

table.menu td {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 30px;
	white-space: nowrap;
}

ul.menu  {
	margin: 0px;
	color: white;
}

ul.menu li  {
	list-style-type: none;
	display: inline;
	margin: 0px;
}

ul.menu a {
	color: white;
	text-decoration: none;
}

ul.menu a:active, ul.menu a:hover {
	text-decoration: underline;
}